Skip to content

Commit 5ea61e2

Browse files
author
MarcoFalke
committed
Reapply "fuzz_gen: clang 24"
Now that the Wunused are fixed.
1 parent 2b6ad01 commit 5ea61e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fuzz_gen/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ struct Args {
3030
sanitizers: String,
3131
}
3232

33-
const LLVM_VER: &str = "22";
33+
const LLVM_VER: &str = "24";
3434
const FUZZ_CORPORA_PATH_ELEMENT: &str = "fuzz_corpora";
3535

3636
pub fn ensure_init_git(folder: &std::path::Path, url: &str) {

0 commit comments

Comments
 (0)