summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-opt-fuzzer/exec-options.ll
Commit message (Collapse)AuthorAgeFilesLines
* [lit][tests]Add feature libcxx-used and use it in llvm-*-fuzzer testsXing Xue2019-05-141-0/+3
| | | | | | | | | | | | | | | | When a LLVM binary such as llvm-*-fuzzer is built with libc++, it has dependency on libc++. The path to find shared libraries specified in llvm-*-fuzzer is relative. As a result, these binaries cannot be copied to an arbitrary directory and launched from there. Changes in this patch add a LIT feature to indicate that libc++ is used to build and, based on the feature exclude test cases that test by copying llvm-*-fuzzer binaries to a directory. Reviewers: hubert.reinterpretcast, dberris, amyk, jasonliu, EricWF Reviewed By: hubert.reinterpretcast, amyk Subscribers: javed.absar, jsji, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D61265 llvm-svn: 360672
* 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