Skip to content

Commit 5d08f33

Browse files
committed
fix readme
1 parent 6cba007 commit 5d08f33

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

instrumentation/README.lto.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,22 +58,22 @@ afl-clang-lto++2.63d by Marc "vanHauser" Heuse <[email protected]> in mode LTO
5858
afl-llvm-lto++2.63d by Marc "vanHauser" Heuse <[email protected]>
5959
AUTODICTIONARY: 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

6767
The 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
```
7171
wget https://apt.llvm.org/llvm.sh
7272
chmod +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

0 commit comments

Comments
 (0)