Add more runtime llvm headers.

This commit is contained in:
Axel Naumann 2014-02-18 11:22:42 +01:00 committed by sftnight
parent 60dc035207
commit f3c71160a4

View File

@ -27,10 +27,13 @@ CLINGETC_LLVM := llvm/ADT/IntrusiveRefCntPtr.h \
llvm/ADT/OwningPtr.h \
llvm/ADT/StringRef.h \
llvm/Config/llvm-config.h \
llvm/Support/AlignOf.h \
llvm/Support/Allocator.h \
llvm/Support/Casting.h \
llvm/Support/Compiler.h \
llvm/Support/DataTypes.h \
llvm/Support/MathExtras.h \
llvm/Support/SwapByteOrder.h \
llvm/Support/type_traits.h
CLINGETC := $(addprefix etc/cling/Interpreter/,$(CLINGETC_CLING)) \