diff options
| author | vanhauser-thc <vh@thc.org> | 2022-03-17 14:35:15 +0100 |
|---|---|---|
| committer | vanhauser-thc <vh@thc.org> | 2022-03-17 14:35:15 +0100 |
| commit | e4f201707fdfbf9a36b6a48c16f75b0fef2c9e75 (patch) | |
| tree | 3d2622f4eabd0dc5abb0748d190722441df3fb47 /instrumentation | |
| parent | 59eaed2f70cd495092d747fd872d429e14f4d6a9 (diff) | |
| download | afl++-e4f201707fdfbf9a36b6a48c16f75b0fef2c9e75.tar.gz | |
make LTO pass work too plus some fixes
Diffstat (limited to 'instrumentation')
| -rw-r--r-- | instrumentation/SanitizerCoveragePCGUARD.so.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/SanitizerCoveragePCGUARD.so.cc b/instrumentation/SanitizerCoveragePCGUARD.so.cc index b837a033..a5d8f895 100644 --- a/instrumentation/SanitizerCoveragePCGUARD.so.cc +++ b/instrumentation/SanitizerCoveragePCGUARD.so.cc @@ -241,7 +241,7 @@ class ModuleSanitizerCoverageLegacyPass : public ModulePass { } - static char ID; // Pass identification, replacement for typeid + /*static*/ char ID; // Pass identification, replacement for typeid StringRef getPassName() const override { return "ModuleSanitizerCoverage"; |
