diff options
author | hexcoder- <heiko@hexco.de> | 2020-03-28 23:01:12 +0100 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-03-28 23:01:12 +0100 |
commit | 699f769385b39512f3f21f0866b69eefc1f475d6 (patch) | |
tree | 3f20eba302de122a35c37e0c8e2cda76cf54f160 /llvm_mode/afl-llvm-pass.so.cc | |
parent | 2548b657d8bc9370c8fded9befb4f30b8ed3ce15 (diff) | |
download | afl++-699f769385b39512f3f21f0866b69eefc1f475d6.tar.gz |
review adaptions for afl-llvm-pass
Diffstat (limited to 'llvm_mode/afl-llvm-pass.so.cc')
-rw-r--r-- | llvm_mode/afl-llvm-pass.so.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm_mode/afl-llvm-pass.so.cc b/llvm_mode/afl-llvm-pass.so.cc index 05904f1a..8a75aa2d 100644 --- a/llvm_mode/afl-llvm-pass.so.cc +++ b/llvm_mode/afl-llvm-pass.so.cc @@ -153,8 +153,6 @@ uint64_t PowerOf2Ceil(unsigned in) { /* #if LLVM_VERSION_STRING >= "4.0.1" */ #if LLVM_VERSION_MAJOR >= 4 || (LLVM_VERSION_MAJOR == 4 && LLVM_VERSION_PATCH >= 1) #define AFL_HAVE_VECTOR_INTRINSICS 1 -#else -#warning this clang version does not have vector intrinsics -> no ngram instrumentation #endif bool AFLCoverage::runOnModule(Module &M) { |