summaryrefslogtreecommitdiffstats
path: root/llvm/test/LTO/attrs.ll
Commit message (Collapse)AuthorAgeFilesLines
* Introduce llvm/test/LTO/X86. LTO tests may be assumed as target-specific.NAKAMURA Takumi2015-01-301-15/+0
| | | | llvm-svn: 227564
* Add an -mattr option to the gold plugin to support subtarget features in LTOTom Roeder2014-04-251-0/+15
This adds support for an -mattr option to the gold plugin and to llvm-lto. This allows the caller to specify details of the subtarget architecture, like +aes, or +ssse3 on x86. Note that this requires a change to the include/llvm-c/lto.h interface: it adds a function lto_codegen_set_attr and it increments the version of the interface. llvm-svn: 207279
OpenPOWER on IntegriCloud