diff options
author | vanhauser-thc <vh@thc.org> | 2024-04-07 09:44:33 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-04-07 09:44:33 +0200 |
commit | 45603367bfb71948f56715ac88e34c05c0dc0486 (patch) | |
tree | 9e2535f8cec6750d9ecfe5d398384fd21c916b97 /instrumentation/afl-llvm-dict2file.so.cc | |
parent | f7ea0f569fa57e22548c1dc8eaba2903213e496e (diff) | |
download | afl++-45603367bfb71948f56715ac88e34c05c0dc0486.tar.gz |
fix llvm modules
Diffstat (limited to 'instrumentation/afl-llvm-dict2file.so.cc')
-rw-r--r-- | instrumentation/afl-llvm-dict2file.so.cc | 2 |
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 } |