mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-28 03:46:06 +00:00

This reverts commit a1bb952e833b34fdf03bd571e7f8c948191be018. I'd somehow missed updating llvm-yaml-parser-fuzzer, now fixed.
10 lines
181 B
CMake
10 lines
181 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Support
|
|
FuzzerCLI
|
|
)
|
|
|
|
add_llvm_fuzzer(llvm-yaml-numeric-parser-fuzzer
|
|
yaml-numeric-parser-fuzzer.cpp
|
|
DUMMY_MAIN DummyYAMLNumericParserFuzzer.cpp
|
|
)
|