about summary refs log tree commit diff
path: root/llvm_mode/README.lto.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-03-09 08:33:08 +0100
committervan Hauser <vh@thc.org>2020-03-09 08:33:08 +0100
commit6a6dd84b3987a05e1ba094a5f56fb8131dec9a7b (patch)
tree8dc15407c96fbc945a8593bfe8710100d3fdc8e7 /llvm_mode/README.lto.md
parent36ce9c1fb977eb6e2b0cd35846457ff0af045b99 (diff)
downloadafl++-6a6dd84b3987a05e1ba094a5f56fb8131dec9a7b.tar.gz
more detail to the fact that LTO mode can fail easily
Diffstat (limited to 'llvm_mode/README.lto.md')
-rw-r--r--llvm_mode/README.lto.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/llvm_mode/README.lto.md b/llvm_mode/README.lto.md
index 052a8ad2..66d0de79 100644
--- a/llvm_mode/README.lto.md
+++ b/llvm_mode/README.lto.md
@@ -2,13 +2,16 @@
 
 ## TLDR;
 
-1. Use afl-clang-lto/afl-clang-lto++ because it is faster and gives better
+1. This compile mode is very frickle if it works it is amazing, if it fails
+   - well use afl-clang-fast
+
+2. Use afl-clang-lto/afl-clang-lto++ because it is faster and gives better
    coverage than anything else that is out there in the AFL world
 
-2. You can use it together with llvm_mode: laf-intel and whitelisting
+3. You can use it together with llvm_mode: laf-intel and whitelisting
    features and can be combined with cmplog/Redqueen
 
-3. It only works with llvm 9 (and likely 10+ but is not tested there yet)
+4. It only works with llvm 9 (and likely 10+ but is not tested there yet)
 
 ## Introduction and problem description