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.<div><br>
</div><div>Any concerns about this implementation strategy?</div>