about summary refs log tree commit diff
path: root/instrumentation
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-03-17 14:35:15 +0100
committervanhauser-thc <vh@thc.org>2022-03-17 14:35:15 +0100
commite4f201707fdfbf9a36b6a48c16f75b0fef2c9e75 (patch)
tree3d2622f4eabd0dc5abb0748d190722441df3fb47 /instrumentation
parent59eaed2f70cd495092d747fd872d429e14f4d6a9 (diff)
downloadafl++-e4f201707fdfbf9a36b6a48c16f75b0fef2c9e75.tar.gz
make LTO pass work too plus some fixes
Diffstat (limited to 'instrumentation')
-rw-r--r--instrumentation/SanitizerCoveragePCGUARD.so.cc2
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";