[cfe-commits] PATCH: Adds support for --sysroot flag

Chandler Carruth chandlerc at google.com
Mon Oct 18 17:45:24 PDT 2010


This patch adds support for the --sysroot flag. It does so by passing the
-isysroot down to Clang's CC1. The existing logic already passed the flag to
the linker, which may or may not reject in on some systems.

Any concerns about this implementation strategy?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20101018/15ffb8f4/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sysroots_flag.patch
Type: application/octet-stream
Size: 729 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20101018/15ffb8f4/attachment.obj>


More information about the cfe-commits mailing list