Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add REQUIRES: x86-registered-target to test. | Eli Friedman | 2018-08-24 | 1 | -0/+1 |
| | | | | | | | (This isn't really x86-specific, but we have to pick some non-Apple triple to exercise the right codepath.) llvm-svn: 340644 | ||||
* | [LTO] Fix -save-temps with LTO and unnamed globals. | Eli Friedman | 2018-08-24 | 1 | -0/+10 |
If all LLVM passes are disabled, we can't emit a summary because there could be unnamed globals in the IR. Differential Revision: https://reviews.llvm.org/D51198 llvm-svn: 340640 |