summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/fuzzer/overwrite-input.test
Commit message (Collapse)AuthorAgeFilesLines
* [libFuzzer] [NFC] Fix grammar error with "it's"Mitch Phillips2019-09-261-1/+1
| | | | llvm-svn: 372937
* [libFuzzer] [NFC] Prefix all run lines with %runGeorge Karpenkov2018-05-111-1/+1
| | | | | | | | | | This patch does not do anything, but paves the way for future changes, where %run command will be expanded into a script performing the testing on device. Differential Revision: https://reviews.llvm.org/D46553 llvm-svn: 332144
* Move libFuzzer to compiler_rt.George Karpenkov2017-08-211-0/+3
Resulting library binaries will be named libclang_rt.fuzzer*, and will be placed in Clang toolchain, allowing redistribution. Differential Revision: https://reviews.llvm.org/D36908 llvm-svn: 311407
OpenPOWER on IntegriCloud