]> granicus.if.org Git - clang/commit
Add -iframeworkwithsysroot compiler option
authorAlex Lorenz <arphaman@gmail.com>
Mon, 13 Mar 2017 11:17:41 +0000 (11:17 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Mon, 13 Mar 2017 11:17:41 +0000 (11:17 +0000)
commit93d1a846ccd38df7110e85d4c18f80e8fcc72e3b
tree9debbd633494118aa021af21240f0041dc337f23
parent3d94569a359c6bb9972ea883d641190b081ffe8b
Add -iframeworkwithsysroot compiler option

This commit adds support for a new -iframeworkwithsysroot compiler option which
allows the user to specify a framework path that can be prefixed with the
sysroot. This option is similar to the -iwithsysroot option that exists to
supplement -isystem.

rdar://21316352

Differential Revision: https://reviews.llvm.org/D30183

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