about summary refs log tree commit diff
path: root/instrumentation/afl-llvm-dict2file.so.cc
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2024-04-07 09:44:33 +0200
committervanhauser-thc <vh@thc.org>2024-04-07 09:44:33 +0200
commit45603367bfb71948f56715ac88e34c05c0dc0486 (patch)
tree9e2535f8cec6750d9ecfe5d398384fd21c916b97 /instrumentation/afl-llvm-dict2file.so.cc
parentf7ea0f569fa57e22548c1dc8eaba2903213e496e (diff)
downloadafl++-45603367bfb71948f56715ac88e34c05c0dc0486.tar.gz
fix llvm modules
Diffstat (limited to 'instrumentation/afl-llvm-dict2file.so.cc')
-rw-r--r--instrumentation/afl-llvm-dict2file.so.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/afl-llvm-dict2file.so.cc b/instrumentation/afl-llvm-dict2file.so.cc
index ac497b5b..b93f61f0 100644
--- a/instrumentation/afl-llvm-dict2file.so.cc
+++ b/instrumentation/afl-llvm-dict2file.so.cc
@@ -746,7 +746,7 @@ bool AFLdict2filePass::runOnModule(Module &M) {
   auto PA = PreservedAnalyses::all();
   return PA;
 #else
-  return true;
+  return false;
 #endif
 
 }