summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/summary-index-unnamed-global.ll
Commit message (Collapse)AuthorAgeFilesLines
* Add REQUIRES: x86-registered-target to test.Eli Friedman2018-08-241-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 Friedman2018-08-241-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
OpenPOWER on IntegriCloud