Fixing issue #428: need to specify LLVM libs explicitly
This commit is contained in:
2
Makefile
2
Makefile
@@ -19,7 +19,7 @@ else
|
|||||||
endif
|
endif
|
||||||
ARCH_TYPE = $(shell arch)
|
ARCH_TYPE = $(shell arch)
|
||||||
|
|
||||||
LLVM_LIBS=$(shell $(LLVM_CONFIG) --libs)
|
LLVM_LIBS=$(shell $(LLVM_CONFIG) --libs engine ipo bitreader bitwriter instrumentation linker)
|
||||||
|
|
||||||
CLANG=clang
|
CLANG=clang
|
||||||
CLANG_LIBS = -lclangFrontend -lclangDriver \
|
CLANG_LIBS = -lclangFrontend -lclangDriver \
|
||||||
|
|||||||
Reference in New Issue
Block a user