This revision was automatically updated to reflect the committed changes.
Closed by commit rL297614: Add -iframeworkwithsysroot compiler option (authored
by arphaman).
Changed prior to commit:
https://reviews.llvm.org/D30183?vs=89152&id=91534#toc
Repository:
rL LLVM
https://reviews.llvm.org
bruno accepted this revision.
bruno added a comment.
This revision is now accepted and ready to land.
Hi Alex,
Thanks for taking a look a this. LGTM
Repository:
rL LLVM
https://reviews.llvm.org/D30183
___
cfe-commits mailing list
cfe-commits@lis
arphaman added a comment.
Ping
Repository:
rL LLVM
https://reviews.llvm.org/D30183
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
arphaman created this revision.
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`.
Repos