diff options
author | vanhauser-thc <vh@thc.org> | 2023-04-13 11:44:39 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-04-13 11:44:39 +0200 |
commit | 6cc8d607fb24e060591ece4b42d83fc06de68fc6 (patch) | |
tree | 247daa2e572544c999305c59f5fd25eca7a3944f /instrumentation/SanitizerCoverageLTO.so.cc | |
parent | 824385f52ce3133ecd033e587aa1a3b324adf76c (diff) | |
download | afl++-6cc8d607fb24e060591ece4b42d83fc06de68fc6.tar.gz |
remove -z option, use -p mmopt instead
Diffstat (limited to 'instrumentation/SanitizerCoverageLTO.so.cc')
-rw-r--r-- | instrumentation/SanitizerCoverageLTO.so.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/SanitizerCoverageLTO.so.cc b/instrumentation/SanitizerCoverageLTO.so.cc index 5603c455..e41f19b6 100644 --- a/instrumentation/SanitizerCoverageLTO.so.cc +++ b/instrumentation/SanitizerCoverageLTO.so.cc @@ -18,7 +18,7 @@ #include "llvm/ADT/ArrayRef.h" #include "llvm/ADT/SmallVector.h" #if LLVM_VERSION_MAJOR < 17 -#include "llvm/ADT/Triple.h" + #include "llvm/ADT/Triple.h" #endif #include "llvm/Analysis/EHPersonalities.h" #include "llvm/Analysis/PostDominators.h" |