From 5d08f33a5f8c0e950dbce110ecef4fd3e7335bf6 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Tue, 3 Dec 2024 09:47:49 +0100 Subject: [PATCH] fix readme --- instrumentation/README.lto.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/instrumentation/README.lto.md b/instrumentation/README.lto.md index 9e91f8df..6c26c7d3 100644 --- a/instrumentation/README.lto.md +++ b/instrumentation/README.lto.md @@ -58,22 +58,22 @@ afl-clang-lto++2.63d by Marc "vanHauser" Heuse in mode LTO afl-llvm-lto++2.63d by Marc "vanHauser" Heuse AUTODICTIONARY: 11 strings found [+] Instrumented 12071 locations with no collisions (on average 1046 collisions would be in afl-clang-fast CLASSIC) (non-hardened mode). -s``` +``` -## Getting LLVM 12+ +## Getting LLVM 13+ ### Installing llvm The best way to install LLVM is to follow [https://apt.llvm.org/](https://apt.llvm.org/) -e.g. for LLVM 15: +e.g. for LLVM 19: ``` wget https://apt.llvm.org/llvm.sh chmod +x llvm.sh -sudo ./llvm.sh 15 all +sudo ./llvm.sh 19 all ``` -LLVM 12 to 18 should be available in all current Linux repositories. +LLVM 13 to 19 should be available in all current Linux repositories. ## How to build afl-clang-lto