[llvm] r237712 - Fix llc path in MIR testcases committed in r237708.

Renato Golin renato.golin at linaro.org
Tue May 19 13:18:33 PDT 2015


On 19 May 2015 at 19:45, Alex Lorenz <arphaman at gmail.com> wrote:
> Author: arphaman
> Date: Tue May 19 13:45:41 2015
> New Revision: 237712
>
> URL: http://llvm.org/viewvc/llvm-project?rev=237712&view=rev
> Log:
> Fix llc path in MIR testcases committed in r237708.

Hi Alex,

There's still one to go:

http://lab.llvm.org:8011/builders/clang-cmake-thumbv7-a15/builds/2440

error: unable to get target for 'x86_64-apple-darwin14.3.0'

You shouldn't have platform-specific tests in a common directory. Or,
if the test is not specific, you should remove the target triple from
the IR.

http://llvm.org/docs/TestingGuide.html#platform-specific-tests

If you can't, even if the test is not platform-specific, move it to a
platform-specific directory.

cheers,
--renato



More information about the llvm-commits mailing list