about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-08-04 14:20:38 +0200
committervan Hauser <vh@thc.org>2020-08-04 14:20:38 +0200
commitaf277a0b56ce3defb6d3972616eea4a134b8fd86 (patch)
tree78a136d0525c6141deb1a81e4d1f138deb716c9c
parente1d20706ca97faf871abc03a9db3b551277d6b3f (diff)
downloadafl++-af277a0b56ce3defb6d3972616eea4a134b8fd86.tar.gz
makefile fix?
-rw-r--r--llvm_mode/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm_mode/GNUmakefile b/llvm_mode/GNUmakefile
index 0813af34..a030b910 100644
--- a/llvm_mode/GNUmakefile
+++ b/llvm_mode/GNUmakefile
@@ -197,7 +197,7 @@ ifeq "$(LLVM_LTO)" "1"
       endif
     endif
   else
-    $(warn -flto is not working (LLVMgold.so not found?), cannot enable LTO mode)
+    $(warn clang option -flto is not working - maybe LLVMgold.so not found - cannot enable LTO mode)
     LLVM_LTO = 0
   endif
 endif