summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/thinlto_backend.ll
Commit message (Collapse)AuthorAgeFilesLines
* Require an x86 target for the thinlto_backend.ll test.Peter Collingbourne2016-06-221-0/+2
| | | | llvm-svn: 273361
* Specify a target triple to fix the test on non-Linux.Peter Collingbourne2016-06-221-1/+1
| | | | llvm-svn: 273356
* CodeGen: Replace test/CodeGen/thinlto_backend.c with a functional test.Peter Collingbourne2016-06-221-0/+27
This new test tests that functions are capable of being imported, rather than that the import pass is run. This new test is compatible with the approach being developed in D20268 which runs the importer on its own rather than in a pass. Differential Revision: http://reviews.llvm.org/D21542 llvm-svn: 273347
OpenPOWER on IntegriCloud