summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/lto-plugin-darwin.c
Commit message (Collapse)AuthorAgeFilesLines
* Degeneralize more tests.Dan Albert2017-08-221-1/+1
| | | | | | | | As before, not every platform supports LTO. Make sure the platform we're targeting is one that supports it (regardless of the *host* platform). llvm-svn: 311488
* Revert "Revert "Revert "Revert "Fix LLVMgold plugin name/path for non-Linux.""""Dan Albert2017-08-221-0/+6
| | | | | | | With tests fixed for Windows style paths now that they are going through path canonicalization. llvm-svn: 311487
* Revert "Revert "Revert "Fix LLVMgold plugin name/path for non-Linux."""Dan Albert2017-08-151-6/+0
| | | | llvm-svn: 310977
* Revert "Add a target for new LTO plugin name tests."Dan Albert2017-08-151-1/+1
| | | | llvm-svn: 310976
* Add a target for new LTO plugin name tests.Dan Albert2017-08-151-1/+1
| | | | | | | | | Not all targets will use -plugin with -flto. Pick a fixed target so this works regardless of the default target (regardless of host OS, the toolchain should be picking the correct LTO plugin for a target that supports it). llvm-svn: 310966
* Revert "Revert "Fix LLVMgold plugin name/path for non-Linux.""Dan Albert2017-08-151-0/+6
Summary: Relanding https://reviews.llvm.org/D35739 which was reverted because it broke the tests on non-Linux. The tests have been fixed to be platform agnostic, and additional tests have been added to make sure that the plugin has the correct extension on each platform (%pluginext doesn't work in CHECK lines). Reviewers: srhines, pirama Reviewed By: srhines Subscribers: emaste, mehdi_amini, eraman, cfe-commits Differential Revision: https://reviews.llvm.org/D36769 llvm-svn: 310960
OpenPOWER on IntegriCloud