r177368 - Finish refactoring the tool selection logic.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Tue Mar 19 07:26:52 PDT 2013


On 19 March 2013 07:37, Benyei, Guy <guy.benyei at intel.com> wrote:
> Hi Rafael,
> Apparently this change breaks the Windows build: the test Driver\inhibit-downstream-commands.c runs into the unreachable you've added in the WindowsToolChain.cpp.
> I guess the test should be fixed, please check on this.

Should be fixed in r177398. Since you are using windows: which one
would you find less surprising: clang printing an error message saying
-no-integrated-as is not supported on windows or it silently using the
integrated assembler? With r177398 we are back to using the integrated
assembler, but I can implement a proper error if you want.

> Thanks
>     Guy

Thanks,
Rafael



More information about the cfe-commits mailing list