]> granicus.if.org Git - clang/commit
darwin/driver: Support using SDKROOT to define the default for -isysroot.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 17 Aug 2012 18:43:50 +0000 (18:43 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 17 Aug 2012 18:43:50 +0000 (18:43 +0000)
commit9101bc5f4d6defe71e8a368c5275f447da7769fd
tree8209fbb017394c4c118503e13fd4883e4122f2f6
parent8456ae602783b615019a42f7d5c6f0e71639b11b
darwin/driver: Support using SDKROOT to define the default for -isysroot.
 - The SDKROOT environment variable is the de facto way to set the default SDK
   for a number of tools, join forces with them.

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