Cling now depends on the LLVMcoverage library.
This commit is contained in:
parent
f2326da23d
commit
81a43ac615
@ -85,7 +85,7 @@ endif
|
||||
CLINGLIBEXTRA = $(CLINGLDFLAGSEXTRA) -L$(shell $(LLVMCONFIG) --libdir) \
|
||||
$(addprefix -lclang,\
|
||||
Frontend Serialization Driver CodeGen Parse Sema Analysis AST Edit Lex Basic) \
|
||||
$(shell $(LLVMCONFIG) --libs bitwriter orcjit mcjit native option ipo instrumentation objcarcopts profiledata)\
|
||||
$(shell $(LLVMCONFIG) --libs bitwriter coverage orcjit mcjit native option ipo instrumentation objcarcopts profiledata)\
|
||||
$(shell $(LLVMCONFIG) --ldflags) $(shell $(LLVMCONFIG) --system-libs)
|
||||
|
||||
ifneq (,$(filter $(ARCH),win32gcc win64gcc))
|
||||
|
Loading…
x
Reference in New Issue
Block a user