summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/darwin-infer-simulator-sdkroot.c
Commit message (Collapse)AuthorAgeFilesLines
* [driver][darwin] Pass -platform_version flag to the linker instead of the ↵Alex Lorenz2019-12-171-8/+8
| | | | | | | | | | | -<platform>_version_min flag In Xcode 11, ld added a new flag called -platform_version that can be used instead of the old -<platform>_version_min flags. The new flag allows Clang to pass the SDK version from the driver to the linker. This patch adopts the new -platform_version flag in Clang, and starts using it by default, unless a linker version < 520 is passed to the driver. Differential Revision: https://reviews.llvm.org/D71579
* Add REQUIRES: native to a test that assumes itFilipe Cabecinhas2018-08-011-1/+1
| | | | llvm-svn: 338552
* [driver][darwin] Do not infer -simulator environment for OS version env varsAlex Lorenz2018-04-251-0/+4
| | | | | | | | with non-simulator SDKs rdar://37955008 llvm-svn: 330878
* Split test/Driver/darwin-sdkroot.c into two testsAlex Lorenz2018-04-041-0/+73
The test additions in r329110 are Darwin-specific, as they rely on a code path that is reachabled when driver is invoked without -target. Instead of making the old test checks Darwin-specific too, let's simply split it into two files to ensure that the old checks are still platform-agnostic. Thanks Chandler for suggesting this! llvm-svn: 329141
OpenPOWER on IntegriCloud