summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mc-assemble-fuzzer/llvm-mc-assemble-fuzzer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix build of llvm-mc-assemble/disassemble-fuzzerJustin Bogner2017-08-291-4/+4
| | | | | | | | | | | Since these aren't built by default unless building with coverage (and even then they aren't built for the check target) they've managed to bit rot a little. This just fixes the build. See llvm.org/pr34314 for the plan on making sure these don't bit rot again. llvm-svn: 312011
* Update LLVM fuzzers to use the libFuzzer bundled with the compiler toolchainGeorge Karpenkov2017-08-231-1/+0
| | | | | | Differential Revision: https://reviews.llvm.org/D37041 llvm-svn: 311515
* llvm-mc-fuzzer: add support for assemblyBrian Cain2017-02-271-0/+313
This creates an llvm-mc-disassemble-fuzzer from the existing llvm-mc-fuzzer and finishing the assemble support in llvm-mc-assemble-fuzzer. llvm-svn: 296323
OpenPOWER on IntegriCloud