summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-opt-fuzzer/exec-options.ll
Commit message (Collapse)AuthorAgeFilesLines
* Revert r326710 "Fuzzer: remove temporary files after we're done with them."Hans Wennborg2018-03-121-4/+0
| | | | | | | | | | | | This broke some Windows buildbots; see llvm-commits thread. > These were just copies of the relevant fuzzer binary with (presumably) > meaningful suffixes, but accounted for more than 10% of my build > directory (> 8GB). Hard drive space is cheap, but not that cheap. (Also reverts follow-up r326710 which didn't help.) llvm-svn: 327266
* Try to fix Windows bot by forcing "rm".Tim Northover2018-03-091-4/+4
| | | | llvm-svn: 327139
* Disable llvm-opt-fuzzer/exec-options.ll on Windows, it is too flakyReid Kleckner2018-03-051-0/+6
| | | | llvm-svn: 326752
* Fuzzer: remove temporary files after we're done with them.Tim Northover2018-03-051-0/+4
| | | | | | | | These were just copies of the relevant fuzzer binary with (presumably) meaningful suffixes, but accounted for more than 10% of my build directory (> 8GB). Hard drive space is cheap, but not that cheap. llvm-svn: 326710
* [llvm-opt-fuzzer] Only run tests for the x86 target. Igor Laevsky2017-11-151-0/+1
| | | | | | This fixes build bot failures after rL318293. llvm-svn: 318294
* [llvm-opt-fuzzer] NFC. Add sanity tests.Igor Laevsky2017-11-151-0/+23
llvm-svn: 318293
OpenPOWER on IntegriCloud