On Tue, Oct 19, 2010 at 12:12 PM, Rafael Espíndola <
[email protected]> wrote:

> On 18 October 2010 20:45, Chandler Carruth <[email protected]> wrote:
> > 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?
>
> The comment looks correct, but aren't you adding a -isysroot to the
> cc1 invocation even if we have an explicit -isysroot?
>

Doh! Added that bit.

Attachment: sysroot_flag.patch
Description: Binary data

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to