diff options
author | Justin Bogner <mail@justinbogner.com> | 2017-09-01 17:02:22 +0000 |
---|---|---|
committer | Justin Bogner <mail@justinbogner.com> | 2017-09-01 17:02:22 +0000 |
commit | c3b67fbda73b5fd6a7d3eb1cf8382ab2e5133fe2 (patch) | |
tree | 375e629a498c66e91fbb8f2054935044fbb71e68 /llvm/lib/Object/WasmObjectFile.cpp | |
parent | 75c98c365b8b4c42e9ba84351b0aef8f73f69019 (diff) | |
download | llvm-c3b67fbda73b5fd6a7d3eb1cf8382ab2e5133fe2.zip llvm-c3b67fbda73b5fd6a7d3eb1cf8382ab2e5133fe2.tar.gz llvm-c3b67fbda73b5fd6a7d3eb1cf8382ab2e5133fe2.tar.bz2 |
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
Diffstat (limited to 'llvm/lib/Object/WasmObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions