Adapt Module.mk to new llvm

This commit is contained in:
Philippe Canal 2017-06-08 17:23:37 +02:00 committed by sftnight
parent 359fa4132d
commit 72a18c92ab

View File

@ -38,8 +38,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)) \