<div dir="ltr">Ping!<div><br></div><div>Thanks,</div><div>Samuel</div></div><div class="gmail_extra"><br><div class="gmail_quote">2014-09-11 9:49 GMT-04:00 Rafael Espíndola <span dir="ltr"><<a href="mailto:rafael.espindola@gmail.com" target="_blank">rafael.espindola@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 10 September 2014 19:02, Samuel F Antao <<a href="mailto:sfantao@us.ibm.com">sfantao@us.ibm.com</a>> wrote:<br>
> Hi all,<br>
><br>
> Some regression tests for the driver rely on the minimal/dummy system root<br>
> that comes in the Inputs folder included in the clang driver tests’s folder.<br>
> The path to the right toolchain is specified using the —sysroot switch.<br>
> However, if clang was configured with a custom gcc toolchain (either by<br>
> using GCC_INSTALL_PREFIX in cmake or the equivalent configure command), the<br>
> path to the custom gcc toolchain path takes precedence to the one specified<br>
> by sysroot. This causes several regression tests to fail as they will be<br>
> using an unexpected path.<br>
> This patch fixes this issue by adding --gcc-toolchain=“” to all tests that<br>
> rely on that. The empty string causes the driver to pick the path from<br>
> sysroot instead. There aren’t any changes in the driver’s code, only the<br>
> tests are modified. The driver's regression tests for hexagon also have<br>
> similar issues but these require modifications in the driver’s code. I’ll<br>
> send these fixes in a separate patch.<br>
<br>
</span>I think this is OK, but Chandler should probably have the final say.<br>
<br>
Cheers,<br>
Rafael<br>
<br>
_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
</blockquote></div><br></div>