From ce31e0e710c6d9ad1858bbe35131e14fbb0c41cb Mon Sep 17 00:00:00 2001 From: Axel Naumann <Axel.Naumann@cern.ch> Date: Wed, 24 Apr 2013 19:12:50 +0000 Subject: [PATCH] We also need llvm/Config/llvm-config.h for runtime git-svn-id: http://root.cern.ch/svn/root/trunk@49328 27541ba8-7e3a-0410-8455-c3a389f83636 --- interpreter/cling/Module.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/interpreter/cling/Module.mk b/interpreter/cling/Module.mk index 87815b00b71..021aa4479f7 100644 --- a/interpreter/cling/Module.mk +++ b/interpreter/cling/Module.mk @@ -24,6 +24,7 @@ CLINGETC_CLING := DynamicExprInfo.h DynamicLookupRuntimeUniverse.h \ CLINGETC_LLVM := llvm/ADT/IntrusiveRefCntPtr.h \ llvm/ADT/OwningPtr.h \ llvm/ADT/StringRef.h \ + llvm/Config/llvm-config.h \ llvm/Support/Casting.h \ llvm/Support/Compiler.h \ llvm/Support/DataTypes.h \ -- GitLab