]> granicus.if.org Git - clang/commit
correct the -isystem option to not add the -isysroot path. Only the weird
authorChris Lattner <sabre@nondot.org>
Tue, 24 Aug 2010 22:27:37 +0000 (22:27 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 24 Aug 2010 22:27:37 +0000 (22:27 +0000)
commit23637beead1fce7dac755890c9482bcdce538b87
treefa4e9c01cdfe3c76aad953e0d727ac70738e36dc
parent9325eaf08fcccbc0d038e703f570c64daacdaa31
correct the -isystem option to not add the -isysroot path.  Only the weird
-iwithsysroot flag should do that.  This fixes rdar://8345942

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111979 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/HeaderSearchOptions.h
lib/Frontend/CompilerInvocation.cpp
lib/Frontend/InitHeaderSearch.cpp