about summary refs log tree commit diff
path: root/llvm_mode/Makefile
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-03-23 09:25:05 +0100
committervan Hauser <vh@thc.org>2020-03-23 09:25:05 +0100
commit94e30002e7bc41f46208c61aa477f3d07133fd01 (patch)
tree6d520a77ad4b4886f7066020b81d4c1759c47f32 /llvm_mode/Makefile
parent37603272bec7abb5f6898f1737f588484ec93fd7 (diff)
downloadafl++-94e30002e7bc41f46208c61aa477f3d07133fd01.tar.gz
better man page for afl-clang-*
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 49e0076a..9626665c 100644
--- a/llvm_mode/Makefile
+++ b/llvm_mode/Makefile
@@ -359,7 +359,7 @@ vpath  % ..
 	@echo Apache License Version 2.0, January 2004 >> ../$@
 	ln -sf afl-clang-fast.8 ../afl-clang-fast++.8
 ifneq "$(AFL_CLANG_FLTO)" ""
-ifeq "$(LLVM_LTO)" "0"
+ifeq "$(LLVM_LTO)" "1"
 	ln -sf afl-clang-fast.8 ../afl-clang-lto.8
 	ln -sf afl-clang-fast.8 ../afl-clang-lto++.8
 endif