]> granicus.if.org Git - clang/commit
Implement -iwithsysroot, an apple extension which is a close cousin of -isystem.
authorChris Lattner <sabre@nondot.org>
Tue, 24 Aug 2010 21:09:16 +0000 (21:09 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 24 Aug 2010 21:09:16 +0000 (21:09 +0000)
commit9db9ad3f084d3c70cff01a10d4fd90901982b37b
tree25be15c5394344494e8ba4d6b71e0c3aeb6032d6
parentef52bcb606c73950139a775af61495f63fbc3603
Implement -iwithsysroot, an apple extension which is a close cousin of -isystem.
Instead of implementing -isystem, I accidentally implemented this cousin.  Next
up is to implement -isystem right.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111966 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/CC1Options.td
include/clang/Driver/Options.td
lib/Frontend/CompilerInvocation.cpp