r209878 - clang/test/Frontend/Weverything-and-remarks.cpp: Add explicit -target.

Renato Golin renato.golin at linaro.org
Fri May 30 03:01:36 PDT 2014


On 30 May 2014 08:03, NAKAMURA Takumi <geek4civic at gmail.com> wrote:
> +// RUN: %clang -target x86_64-unknown-unknown -c -S -Weverything -O0 -o /dev/null %s 2> %t.err

Hi Nakamura,

This is generating errors on ARM:

http://lab.llvm.org:8011/builders/clang-native-arm-cortex-a9/builds/18879/steps/check-all/logs/Clang%3A%3AWeverything-and-remarks.cpp

I don't have access to the boards to tell you what the errors are, but
it does seem a fragile way to fix this test. Maybe splitting into
multiple tests, and XFAIL on Windows, or something?

cheers,
--renato



More information about the cfe-commits mailing list