about summary refs log tree commit diff
path: root/instrumentation/README.lto.md
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-08-25 12:29:35 +0200
committervanhauser-thc <vh@thc.org>2021-08-25 12:29:44 +0200
commite25f7cefdc796e2e52f53388492d476c52d3e251 (patch)
tree0840ab22988eb9f06d4f6f59609aa7a596a82fe2 /instrumentation/README.lto.md
parent9e2a94532b7fd5191de905a8464176114ee7d258 (diff)
downloadafl++-e25f7cefdc796e2e52f53388492d476c52d3e251.tar.gz
announce llvm 13 support
Diffstat (limited to 'instrumentation/README.lto.md')
-rw-r--r--instrumentation/README.lto.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/instrumentation/README.lto.md b/instrumentation/README.lto.md
index 3e9d7585..6174cdc0 100644
--- a/instrumentation/README.lto.md
+++ b/instrumentation/README.lto.md
@@ -60,12 +60,12 @@ AUTODICTIONARY: 11 strings found
 
 ## Getting llvm 11+
 
-### Installing llvm version 11
+### Installing llvm version 11 or 12
 
-llvm 11 should be available in all current Linux repositories.
+llvm 11 or even 12 should be available in all current Linux repositories.
 If you use an outdated Linux distribution read the next section.
 
-### Installing llvm from the llvm repository (version 12)
+### Installing llvm from the llvm repository (version 12+)
 
 Installing the llvm snapshot builds is easy and mostly painless:
 
@@ -85,7 +85,7 @@ apt-get install -y clang-12 clang-tools-12 libc++1-12 libc++-12-dev \
     libomp5-12 lld-12 lldb-12 llvm-12 llvm-12-dev llvm-12-runtime llvm-12-tools
 ```
 
-### Building llvm yourself (version 12)
+### Building llvm yourself (version 12+)
 
 Building llvm from github takes quite some long time and is not painless:
 ```sh