This patch 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.
Paths
| Differential D30183
Add -iframeworkwithsysroot compiler option ClosedPublic Authored by arphaman on Feb 20 2017, 6:34 PM.
Details Summary This patch 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.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 10 2017, 11:17 AM Closed by commit rL297614: Add -iframeworkwithsysroot compiler option (authored by arphaman). · Explain WhyMar 13 2017, 4:29 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 91534 cfe/trunk/include/clang/Driver/Options.td
cfe/trunk/lib/Frontend/CompilerInvocation.cpp
cfe/trunk/test/Frontend/iframework.c
|