This is an archive of the discontinued LLVM Phabricator instance.

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

Repository
rL LLVM

Event Timeline

arphaman created this revision.Feb 20 2017, 6:34 PM
bruno accepted this revision.Mar 10 2017, 11:17 AM

Hi Alex,

Thanks for taking a look a this. LGTM

This revision is now accepted and ready to land.Mar 10 2017, 11:17 AM
This revision was automatically updated to reflect the committed changes.