about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-08-14 10:11:04 +0200
committervan Hauser <vh@thc.org>2020-08-14 10:11:04 +0200
commit17a4e9fadf1fbe51b7d3b5d36a1661af69de6c73 (patch)
tree62687cb77047a253bb3d1f84e337de160ff7a99c
parentce513c4f3e97d293e57e0ef90ec9e501871c5644 (diff)
downloadafl++-17a4e9fadf1fbe51b7d3b5d36a1661af69de6c73.tar.gz
remove debug
-rw-r--r--llvm_mode/GNUmakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm_mode/GNUmakefile b/llvm_mode/GNUmakefile
index 57cd9f74..5a5f6b4a 100644
--- a/llvm_mode/GNUmakefile
+++ b/llvm_mode/GNUmakefile
@@ -206,7 +206,6 @@ AFL_CLANG_FUSELD=
 ifeq "$(LLVM_LTO)" "1"
   ifeq "$(shell echo 'int main() {return 0; }' | $(CLANG_BIN) -x c - -fuse-ld=`command -v ld` -o .test 2>/dev/null && echo 1 || echo 0 ; rm -f .test )" "1"
     AFL_CLANG_FUSELD=1
-    $(info echo 'int main() {return 0; }' | $(CLANG_BIN) -x c - -fuse-ld=ld.lld --ld-path=$(LLVM_BINDIR)/ld.lld -o .test )
     ifeq "$(shell echo 'int main() {return 0; }' | $(CLANG_BIN) -x c - -fuse-ld=ld.lld --ld-path=$(LLVM_BINDIR)/ld.lld -o .test 2>/dev/null && echo 1 || echo 0 ; rm -f .test )" "1"
       AFL_CLANG_LDPATH=1
     endif