summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/mips-gpopt-warning.c
Commit message (Collapse)AuthorAgeFilesLines
* [mips] Fix typo (missed space) in the warning messageSimon Atanasyan2017-08-041-1/+1
| | | | llvm-svn: 310038
* Reland "[mips] Teach the driver to accept -m(no-)gpopt."Simon Dardis2017-07-201-0/+6
| | | | | | | | | | | | | | This patch teaches the driver to pass -mgpopt by default to the backend when it is supported, i.e. we are using -mno-abicalls. Reviewers: atanasyan, slthakur Differential Revision: https://reviews.llvm.org/D35548 This version fixes a logic error that generated warnings incorrectly and gets rid of spurious arguments to the backend when -mgpopt is not used. llvm-svn: 308619
* Revert "Reland "[mips] Teach the driver to accept -m(no-)gpopt.""Simon Dardis2017-07-191-6/+0
| | | | | | This reverts r308458. Investigating further buildbot breakage. llvm-svn: 308459
* Reland "[mips] Teach the driver to accept -m(no-)gpopt."Simon Dardis2017-07-191-0/+6
| | | | | | | | | | | | | This patch teaches the driver to pass -mgpopt by default to the backend when it is supported, i.e. we are using -mno-abicalls. Reviewers: atanasyan, slthakur Differential Revision: https://reviews.llvm.org/D35548 This version fixes a logic error that generated warnings incorrectly. llvm-svn: 308458
* Revert "[mips] Teach the driver to accept -m(no-)gpopt."Simon Dardis2017-07-191-6/+0
| | | | | | Revert r308431 and r308432, these caused broke some buildbots. llvm-svn: 308436
* [mips] Add warning test for -mgpopt option.Simon Dardis2017-07-191-0/+6
llvm-svn: 308432
OpenPOWER on IntegriCloud