[cfe-dev] [PATCH] Fix clang test failures on MIPS

Chandler Carruth chandlerc at google.com
Wed May 2 23:40:19 PDT 2012


On Wed, May 2, 2012 at 5:29 PM, Eli Friedman <eli.friedman at gmail.com> wrote:

> > Clang :: Tooling/clang-check.cpp
> > Clang :: Tooling/clang-check-pwd.cpp
> > Clang :: Tooling/clang-check-args.cpp
> > Clang :: Tooling/clang-check-builtin-headers.cpp
> >
> > These tests expect that clang driver runs exactly one compiler job, but
> > integrated assembler is turned off on MIPS by default and the driver runs
> > two jobs. I suggest to add "mips" to the XFAIL list for these tests.
>
> Okay, but please add a comment noting why you're XFAILing it on MIPS.


FWIW, I think this is a real bug that we should fix. Integrated assembler
shouldn't impact these tools, there is probably something we're failing te
set up correctly in the driver and invocation.

I've CC-ed Manuel. We should be able to reproduce this by actively using
the MIPS triple.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20120502/30ca3790/attachment.html>


More information about the cfe-dev mailing list