Better adaptation of Module.mk to new llvm

This commit is contained in:
Philippe Canal 2017-06-09 02:26:13 -05:00 committed by sftnight
parent 48aa4b9096
commit 82d3a54e37

View File

@ -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)) \