You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Ubuntu 22.04.2 LTS and the default clang version (14)
I am following exactly the documentation for the cmake for first_fuzz_test.cc file, but it fails in the linking:
../lib/libfuzztest_compatibility_mode.a(compatibility_mode.cc.o): in function fuzztest::internal::FuzzTestExternalEngineAdaptor::RunInFuzzingMode(int*, char***, fuzztest::internal::Configuration const&)': compatibility_mode.cc:(.text+0x113d): undefined reference to LLVMFuzzerRunDriver'
clang: error: linker command failed with exit code 1 (use -v to see invocation
Is this compatibility mode really working with clang 14?
The text was updated successfully, but these errors were encountered:
rmarinbe
changed the title
DFUZZTE ST_COMPATIBILITY_MODE=libfuzzer failing on linking
DFUZZTEST_COMPATIBILITY_MODE=libfuzzer failing on linking
Dec 4, 2023
I am using Ubuntu 22.04.2 LTS and the default clang version (14)
I am following exactly the documentation for the cmake for first_fuzz_test.cc file, but it fails in the linking:
../lib/libfuzztest_compatibility_mode.a(compatibility_mode.cc.o): in function
fuzztest::internal::FuzzTestExternalEngineAdaptor::RunInFuzzingMode(int*, char***, fuzztest::internal::Configuration const&)': compatibility_mode.cc:(.text+0x113d): undefined reference to
LLVMFuzzerRunDriver'clang: error: linker command failed with exit code 1 (use -v to see invocation
Is this compatibility mode really working with clang 14?
The text was updated successfully, but these errors were encountered: