Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm-dwarfdump-fuzzer] Get this compiling again | David Majnemer | 2016-05-31 | 1 | -2/+4 |
| | | | | | | | Looks like the dwarfdump fuzzer has bitrotted, update it to take into account updates to the libobject API. llvm-svn: 271242 | ||||
* | Add llvm-dwarfdump-fuzzer that uses LibFuzzer to fuzz llvm-dwarfdump tool. | Alexey Samsonov | 2015-05-28 | 1 | -0/+34 |
The fuzzer is very simple, but not quite useful at the moment: it's unable to discover "interesting" examples, as LLVMObject library is terrible at error recovery, calling "report_fatal_error()" far too often. llvm-svn: 238451 |