about summary refs log tree commit diff
path: root/llvm_mode/afl-llvm-pass.so.cc
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-03-28 23:01:12 +0100
committerDominik Maier <domenukk@gmail.com>2020-04-01 13:10:06 +0200
commit1e8c1a4c46f6518a71f659494561874034dd37a3 (patch)
tree3f20eba302de122a35c37e0c8e2cda76cf54f160 /llvm_mode/afl-llvm-pass.so.cc
parentb53ec1b24766d6cf7eb9ba3399c408ff5b6f0cdd (diff)
downloadafl++-1e8c1a4c46f6518a71f659494561874034dd37a3.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.cc2
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) {