]> granicus.if.org Git - clang/commit
Add support for the '--sysroot' flag, and an accompanying test of its
authorChandler Carruth <chandlerc@gmail.com>
Wed, 20 Oct 2010 07:00:47 +0000 (07:00 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 20 Oct 2010 07:00:47 +0000 (07:00 +0000)
commitfeee58ce268765742e41c473c8648607fd4831a7
tree3de51e3912ae71c0a1c862619f7656a82a53f2d1
parent4e2cbb28baa0342b51336e55c519cd06308c4df2
Add support for the '--sysroot' flag, and an accompanying test of its
interactions with -isysroot and other driver commands.

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