Revert attempt to be clever about which LLVM libraries to link in--just
link all of them. (This was causing build problems for some folks.)
This commit is contained in:
4
Makefile
4
Makefile
@@ -11,9 +11,9 @@ CLANG_LIBS = -lclangFrontend -lclangDriver \
|
|||||||
-lclangAnalysis -lclangAST -lclangLex -lclangBasic
|
-lclangAnalysis -lclangAST -lclangLex -lclangBasic
|
||||||
|
|
||||||
ISPC_LIBS=$(CLANG_LIBS) \
|
ISPC_LIBS=$(CLANG_LIBS) \
|
||||||
$(shell llvm-config --ldflags --libs backend bitreader bitwriter codegen engine mcjit scalaropts native analysis core instcombine ipa ipo linker instrumentation) \
|
$(shell llvm-config --ldflags --libs) \
|
||||||
-lpthread -ldl
|
-lpthread -ldl
|
||||||
ISPC_TEST_LIBS=$(shell llvm-config --ldflags --libs bitreader backend interpreter engine jit mcjit) \
|
ISPC_TEST_LIBS=$(shell llvm-config --ldflags --libs) \
|
||||||
-lpthread -ldl
|
-lpthread -ldl
|
||||||
|
|
||||||
LLVM_CXXFLAGS=$(shell llvm-config --cppflags)
|
LLVM_CXXFLAGS=$(shell llvm-config --cppflags)
|
||||||
|
|||||||
Reference in New Issue
Block a user