about summary refs log tree commit diff
diff options
context:
space:
mode:
-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