mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-03-04 08:27:50 +00:00
[CMake] Add fuzzer as a component for runtime builds
Calling `add_compiler_rt_component` sets up the component connection between runtime builds and the parent CMake configuration. Adding this call allows specifying `fuzzer` as a `LLVM_RUNTIME_DISTRIBUTION_COMPONENT`. llvm-svn: 358780
This commit is contained in:
parent
36228cb63f
commit
2436237895
@ -84,6 +84,8 @@ endif()
|
||||
|
||||
set(FUZZER_SUPPORTED_OS ${SANITIZER_COMMON_SUPPORTED_OS})
|
||||
|
||||
add_compiler_rt_component(fuzzer)
|
||||
|
||||
add_compiler_rt_object_libraries(RTfuzzer
|
||||
OS ${FUZZER_SUPPORTED_OS}
|
||||
ARCHS ${FUZZER_SUPPORTED_ARCH}
|
||||
|
Loading…
x
Reference in New Issue
Block a user