mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
ed41565ff7
The refactoring in r318407 transiently includes abi-breaking.h which defines EnableABIBreakingChecks. This breaks my Debug build because this fuzzer did not link in Support with the symbol. Differential Revision: https://reviews.llvm.org/D40190 llvm-svn: 318553
10 lines
165 B
CMake
10 lines
165 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Demangle
|
|
FuzzMutate
|
|
Support
|
|
)
|
|
|
|
add_llvm_fuzzer(llvm-demangle-fuzzer
|
|
llvm-demangle-fuzzer.cpp
|
|
DUMMY_MAIN DummyDemanglerFuzzer.cpp)
|