1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/tools/llvm-isel-fuzzer
Justin Bogner 73e77340ad llvm-isel-fuzzer: Make buildable and testable without libFuzzer
This adds a dummy main so we can build and run the llvm-isel-fuzzer
functionality when we aren't building LLVM with coverage. The approach
here should serve as a template to stop in-tree fuzzers from
bitrotting (See llvm.org/pr34314).

Note that I'll probably move most of the logic in DummyISelFuzzer's
`main` to a library so it's easy to reuse it in other fuzz targets,
but I'm planning on doing that in a follow up that also consolidates
argument handling in our LLVMFuzzerInitialize implementations.

llvm-svn: 312338
2017-09-01 17:02:22 +00:00
..
CMakeLists.txt llvm-isel-fuzzer: Make buildable and testable without libFuzzer 2017-09-01 17:02:22 +00:00
DummyISelFuzzer.cpp llvm-isel-fuzzer: Make buildable and testable without libFuzzer 2017-09-01 17:02:22 +00:00
llvm-isel-fuzzer.cpp