File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -58,22 +58,22 @@ afl-clang-lto++2.63d by Marc "vanHauser" Heuse <
[email protected] > in mode LTO
5858afl-llvm-lto++2.63d by Marc "vanHauser" Heuse <[email protected] > 5959AUTODICTIONARY: 11 strings found
6060[+] Instrumented 12071 locations with no collisions (on average 1046 collisions would be in afl-clang-fast CLASSIC) (non-hardened mode).
61- s ```
61+ ```
6262
63- ## Getting LLVM 12 +
63+ ## Getting LLVM 13 +
6464
6565### Installing llvm
6666
6767The best way to install LLVM is to follow [ https://apt.llvm.org/ ] ( https://apt.llvm.org/ )
6868
69- e.g. for LLVM 15 :
69+ e.g. for LLVM 19 :
7070```
7171wget https://apt.llvm.org/llvm.sh
7272chmod +x llvm.sh
73- sudo ./llvm.sh 15 all
73+ sudo ./llvm.sh 19 all
7474```
7575
76- LLVM 12 to 18 should be available in all current Linux repositories.
76+ LLVM 13 to 19 should be available in all current Linux repositories.
7777
7878## How to build afl-clang-lto
7979
You can’t perform that action at this time.
0 commit comments