]> granicus.if.org Git - clang/commit
Split test/Driver/darwin-sdkroot.c into two tests
authorAlex Lorenz <arphaman@gmail.com>
Wed, 4 Apr 2018 02:11:20 +0000 (02:11 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Wed, 4 Apr 2018 02:11:20 +0000 (02:11 +0000)
commit23b713ddc4e7f70cd6e96ea93eab3f06ca3a72d7
treef9678274d25e9e8e7ba4cdce282a5c2ca0f58e11
parent8a96d34fb2b0f2440f5f1a59c1a5b4626efb5be5
Split test/Driver/darwin-sdkroot.c into two tests

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!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@329141 91177308-0d34-0410-b5e6-96231b3b80d8
test/Driver/darwin-infer-simulator-sdkroot.c [new file with mode: 0644]
test/Driver/darwin-sdkroot.c