aboutsummaryrefslogtreecommitdiff
path: root/instrumentation/SanitizerCoveragePCGUARD.so.cc
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-11-06 09:15:18 +0100
committervan Hauser <vh@thc.org>2020-11-06 09:15:18 +0100
commit50c98445fe74b92d2e6ab784def3e8b26a662b36 (patch)
treee581c3689d5fe231678464bb6bd48cab75c7db41 /instrumentation/SanitizerCoveragePCGUARD.so.cc
parent665802673d669634fa1142fc9f99f759bebbf664 (diff)
downloadAFLplusplus-50c98445fe74b92d2e6ab784def3e8b26a662b36.tar.gz
do not try to compile pcguard if llvm is not current enough
Diffstat (limited to 'instrumentation/SanitizerCoveragePCGUARD.so.cc')
-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 5065f20e..b3c55108 100644
--- a/instrumentation/SanitizerCoveragePCGUARD.so.cc
+++ b/instrumentation/SanitizerCoveragePCGUARD.so.cc
@@ -37,7 +37,7 @@
#include "llvm/Support/raw_ostream.h"
#include "llvm/Support/SpecialCaseList.h"
#if LLVM_MAJOR > 10 || (LLVM_MAJOR == 10 && LLVM_MINOR > 0)
-#include "llvm/Support/VirtualFileSystem.h"
+ #include "llvm/Support/VirtualFileSystem.h"
#endif
#include "llvm/Transforms/Instrumentation.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"