diff options
author | vanhauser-thc <vh@thc.org> | 2022-03-18 15:00:24 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-03-18 15:00:24 +0100 |
commit | fa2b0404763f69c3bff0912a44a11e2e8c3734ab (patch) | |
tree | 4a7e8c2663db6c47df7e8efaa481affe80268884 /GNUmakefile.llvm | |
parent | 69c9a176eb6ded2e7087ab437950a8ec324cdb1b (diff) | |
download | afl++-fa2b0404763f69c3bff0912a44a11e2e8c3734ab.tar.gz |
fix LTO with cmplog and laf
Diffstat (limited to 'GNUmakefile.llvm')
-rw-r--r-- | GNUmakefile.llvm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile.llvm b/GNUmakefile.llvm index a8f019c6..f91ff0d1 100644 --- a/GNUmakefile.llvm +++ b/GNUmakefile.llvm @@ -394,7 +394,7 @@ endif ./SanitizerCoveragePCGUARD.so: instrumentation/SanitizerCoveragePCGUARD.so.cc instrumentation/afl-llvm-common.o | test_deps ifeq "$(LLVM_10_OK)" "1" - -$(CXX) $(CLANG_CPPFL) -fno-rtti -fPIC -std=$(LLVM_STDCXX) -shared $< -o $@ $(CLANG_LFL) -Wno-deprecated-copy-with-dtor -Wdeprecated instrumentation/afl-llvm-common.o + -$(CXX) $(CLANG_CPPFL) -fno-rtti -fPIC -std=$(LLVM_STDCXX) -shared $< -o $@ $(CLANG_LFL) -Wno-deprecated-copy-dtor -Wdeprecated instrumentation/afl-llvm-common.o endif ./afl-llvm-lto-instrumentlist.so: instrumentation/afl-llvm-lto-instrumentlist.so.cc instrumentation/afl-llvm-common.o |