Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make add_llvm_fuzzer calls slightly more consisten with other cmake | Nico Weber | 2018-05-11 | 1 | -1/+2 |
| | | | | llvm-svn: 332112 | ||||
* | llvm-demangle-fuzzer: Link in Support | Jonas Hahnfeld | 2017-11-17 | 1 | -0/+1 |
| | | | | | | | | | | The refactoring in r318407 transiently includes abi-breaking.h which defines EnableABIBreakingChecks. This breaks my Debug build because this fuzzer did not link in Support with the symbol. Differential Revision: https://reviews.llvm.org/D40190 llvm-svn: 318553 | ||||
* | [llvm-demangle-fuzzer] Add a fuzz target for ItaniumDemangler. | Matt Morehouse | 2017-10-13 | 3 | -0/+51 |
Patch By: hctim Reviewers: morehouse, bogner Reviewed By: bogner Subscribers: bogner, kcc, llvm-commits, mgorny Differential Revision: https://reviews.llvm.org/D38855 llvm-svn: 315716 |