mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
[libFuzzer] Add a dependency on symbolizer from libFuzzer tests
Some libFuzzer tests on Linux would fail with bizarre error messages unless llvm-symbolizer binary is present. Differential Revision: https://reviews.llvm.org/D35313 llvm-svn: 307826
This commit is contained in:
parent
7aa51ef76c
commit
22d0db8cc6
@ -271,5 +271,5 @@ add_lit_testsuite(check-fuzzer "Running Fuzzer tests"
|
||||
# Don't add dependencies on Windows. The linker step would fail on Windows,
|
||||
# since cmake will use link.exe for linking and won't include compiler-rt libs.
|
||||
if(NOT MSVC)
|
||||
add_dependencies(check-fuzzer FileCheck sancov not)
|
||||
add_dependencies(check-fuzzer FileCheck sancov not llvm-symbolizer)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user