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? Cheers, Rafael _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
