summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/incompatible_sysroot.c
Commit message (Collapse)AuthorAgeFilesLines
* Stab in the dark to fix the PS4 botChris Bieneman2016-04-301-0/+3
| | | | | | r268127 is causing the PS4 bots to fail. Not sure what is causing it, but hopefully this will fix it. llvm-svn: 268156
* Fix test case for incompatible sysroot warningChris Bieneman2016-04-291-5/+5
| | | | | | r268127 broke some bots because it needs to specify a darwin target. llvm-svn: 268128
* Add a new warning to notify users of mismatched SDK and deployment targetChris Bieneman2016-04-291-0/+12
Summary: This patch adds a new driver warning -Wincompatible-sdk which notifies the user when they are mismatching the version min options and the sysroot. The patch works by checking the sysroot (if present) for an SDK name, then matching that against the target platform. In the case of a mismatch it logs a warning. Reviewers: bob.wilson, rsmith Subscribers: rsmith, edward-san, cfe-commits Differential Revision: http://reviews.llvm.org/D18088 llvm-svn: 268127
OpenPOWER on IntegriCloud