Skip to content

Commit ffdc93b

Browse files
authored
tests: update fuzzer to Clang 16.0.6 (#2377)
1 parent 733841e commit ffdc93b

File tree

7 files changed

+1
-1
lines changed

7 files changed

+1
-1
lines changed

third_party/llvm/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
if(SILKWORM_FUZZER)
22
set(SILKWORM_FUZZER_LIBFUZZER_PATH
3-
"${CMAKE_CURRENT_SOURCE_DIR}/lib_libc++/clang/15.0.7/lib/x86_64-linux/libclang_rt.fuzzer.a"
3+
"${CMAKE_CURRENT_SOURCE_DIR}/lib_libc++/clang/16.0.6/lib/x86_64-linux/libclang_rt.fuzzer.a"
44
CACHE INTERNAL "Path to libFuzzer"
55
)
66
message(STATUS "Using libFuzzer from ${SILKWORM_FUZZER_LIBFUZZER_PATH}")
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)