| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [libFuzzer] extend -print_coverage to print the comma-separated list of ↵ | Kostya Serebryany | 2016-11-30 | 1 | -1/+10 |
| | | | | | | | covered dirs. Note: the Windows stub for DirName is left unimplemented llvm-svn: 288276 | ||||
| * | [LibFuzzer] Add Windows implementations of some IO functions. | Zachary Turner | 2016-11-30 | 1 | -0/+78 |
| This patch moves some posix specific file i/o code into a new file, FuzzerIOPosix.cpp, and provides implementations for these functions on Windows in FuzzerIOWindows.cpp. This is another incremental step towards getting libfuzzer working on Windows, although it still should not be expected to be fully working. Patch by Marcos Pividori Differential Revision: https://reviews.llvm.org/D27233 llvm-svn: 288275 | |||||

