about summary refs log tree commit diff
path: root/llvm_mode/README.laf-intel
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2019-09-02 18:47:07 +0200
committerAndrea Fioraldi <andreafioraldi@gmail.com>2019-09-02 18:47:07 +0200
commit2ae4ca91b48407add0e940ee13bd8b385e319a7a (patch)
treeedf805e670fd89a5ca687bfa0102353b1974d3bb /llvm_mode/README.laf-intel
parente9d968e060f59df634409d2bbe58c279cf6eca00 (diff)
parentc124576a4dc00e31ad5cad118098f46eaa29cd17 (diff)
downloadafl++-2ae4ca91b48407add0e940ee13bd8b385e319a7a.tar.gz
merge from master
Diffstat (limited to 'llvm_mode/README.laf-intel')
-rw-r--r--llvm_mode/README.laf-intel20
1 files changed, 0 insertions, 20 deletions
diff --git a/llvm_mode/README.laf-intel b/llvm_mode/README.laf-intel
deleted file mode 100644
index 340216c3..00000000
--- a/llvm_mode/README.laf-intel
+++ /dev/null
@@ -1,20 +0,0 @@
-Usage
-=====
-
-By default the passes will not run when you compile programs using 
-afl-clang-fast. Hence, you can use AFL as usual.
-To enable the passes you must set environment variables before you
-compile the target project.
-
-The following options exist:
-
-export AFL_LLVM_LAF_SPLIT_SWITCHES=1     Enables the split-switches pass.
-
-export AFL_LLVM_LAF_TRANSFORM_COMPARES=1 Enables the transform-compares pass
-                             (strcmp, memcmp, strncmp, strcasecmp, strncasecmp).
-
-export AFL_LLVM_LAF_SPLIT_COMPARES=1     Enables the split-compares pass.
-      By default it will split all compares with a bit width <= 64 bits.
-      You can change this behaviour by setting 
-          export AFL_LLVM_LAF_SPLIT_COMPARES_BITW=<bit_width>.
-