aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-02-17 11:12:50 +0000
committerbloodstalker <thabogre@gmail.com>2017-02-17 11:12:50 +0000
commit54bd2b88b5cbc59301fec4a3f858eb40698f9698 (patch)
treec8be44a119213fe5048e45e13476784b382bd630 /makefile
parentcoverity is re-enabled (diff)
downloadmutator-54bd2b88b5cbc59301fec4a3f858eb40698f9698.tar.gz
mutator-54bd2b88b5cbc59301fec4a3f858eb40698f9698.zip
trying to fix the whole coverage-build-breaking deal
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index d618459..7781ef3 100644
--- a/makefile
+++ b/makefile
@@ -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)