diff options
author | bloodstalker <thabogre@gmail.com> | 2017-02-17 11:12:50 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-02-17 11:12:50 +0000 |
commit | 54bd2b88b5cbc59301fec4a3f858eb40698f9698 (patch) | |
tree | c8be44a119213fe5048e45e13476784b382bd630 | |
parent | coverity is re-enabled (diff) | |
download | mutator-54bd2b88b5cbc59301fec4a3f858eb40698f9698.tar.gz mutator-54bd2b88b5cbc59301fec4a3f858eb40698f9698.zip |
trying to fix the whole coverage-build-breaking deal
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ LD_FLAGS=-Wl,--start-group -lclangAST -lclangAnalysis -lclangBasic\ -lclangLex -lclangParse -lclangSema -lclangEdit -lclangASTMatchers\ -lclangRewrite -lclangRewriteFrontend -lclangStaticAnalyzerFrontend\ -lclangStaticAnalyzerCheckers -lclangStaticAnalyzerCore\ --lclangSerialization -lclangToolingCore -lclangTooling -lstdc++ -Wl,--end-group +-lclangSerialization -lclangToolingCore -lclangTooling -lstdc++ -lLLVMRuntimeDyld -Wl,--end-group LD_FLAGS+=$(shell $(LLVM_CONF) --ldflags --libs --system-libs) CXX_FLAGS+=$(EXTRA_CXX_FALGS) |