Better adaptation of Module.mk to new llvm
This commit is contained in:
parent
48aa4b9096
commit
82d3a54e37
@ -24,7 +24,6 @@ CLINGETC_CLING := DynamicExprInfo.h DynamicLookupRuntimeUniverse.h \
|
||||
Exception.h RuntimePrintValue.h RuntimeUniverse.h Value.h
|
||||
|
||||
CLINGETC_LLVM := llvm/ADT/IntrusiveRefCntPtr.h \
|
||||
llvm/ADT/StringRef.h \
|
||||
llvm/ADT/SmallVector.h \
|
||||
llvm/ADT/iterator_range.h \
|
||||
llvm/Config/llvm-config.h \
|
||||
@ -38,8 +37,8 @@ CLINGETC_LLVM := llvm/ADT/IntrusiveRefCntPtr.h \
|
||||
llvm/Support/SwapByteOrder.h \
|
||||
llvm/Support/type_traits.h
|
||||
|
||||
#CLINGETCPCH := $(addprefix etc/cling/Interpreter/,$(CLINGETC_CLING)) \
|
||||
# $(addprefix etc/cling/,$(CLINGETC_LLVM))
|
||||
CLINGETCPCH := $(addprefix etc/cling/Interpreter/,$(CLINGETC_CLING)) \
|
||||
$(addprefix etc/cling/,$(CLINGETC_LLVM))
|
||||
CLINGETC := $(CLINGETCPCH) $(addprefix etc/cling/cint/,multimap multiset)
|
||||
|
||||
CLINGETC_ORIGINALS := $(addprefix $(call stripsrc,$(LLVMDIRI))/include/,$(CLINGETC_LLVM)) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user