about summary refs log tree commit diff
path: root/llvm_mode/Makefile
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-03-28 20:25:00 +0100
committerhexcoder- <heiko@hexco.de>2020-03-28 20:25:00 +0100
commit2548b657d8bc9370c8fded9befb4f30b8ed3ce15 (patch)
tree5c1390025182e9c7cf4acc30881af0997163e375 /llvm_mode/Makefile
parent02d19dafb27e98c936453ed8defb9ad8bdadf456 (diff)
downloadafl++-2548b657d8bc9370c8fded9befb4f30b8ed3ce15.tar.gz
afl-llvm-pass.so.cc: fix compile for llvm 3.8.0 @Marc: please review
Diffstat (limited to 'llvm_mode/Makefile')
-rw-r--r--llvm_mode/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm_mode/Makefile b/llvm_mode/Makefile
index 2bc5fce6..6c55374b 100644
--- a/llvm_mode/Makefile
+++ b/llvm_mode/Makefile
@@ -268,7 +268,7 @@ endif
 	-$(CXX) $(CLANG_CFL) -DLLVMInsTrim_EXPORTS -fno-rtti -fPIC -std=$(LLVM_STDCXX) -shared $< MarkNodes.cc -o $@ $(CLANG_LFL)
 
 ../afl-llvm-pass.so: afl-llvm-pass.so.cc | test_deps
-	$(CXX) $(CLANG_CFL) -DLLVMInsTrim_EXPORTS -fno-rtti -fPIC -std=$(LLVM_STDCXX) -shared $< -o $@ $(CLANG_LFL)
+	$(CXX) $(CLANG_CFL) -DLLVMInsTrim_EXPORTS -Wno-#warnings -fno-rtti -fPIC -std=$(LLVM_STDCXX) -shared $< -o $@ $(CLANG_LFL)
 
 ../afl-llvm-lto-whitelist.so: afl-llvm-lto-whitelist.so.cc
 ifeq "$(LLVM_LTO)" "1"