[lld] r214420 - XFAIL the ARM test when we don't have this target.

Simon Atanasyan simon at atanasyan.com
Thu Jul 31 13:01:36 PDT 2014


On Thu, Jul 31, 2014 at 11:41 PM, Nick Kledzik <kledzik at apple.com> wrote:
> To clarify, is the issue that this test uses llvm-objdump to disassemble arm code?

Yes. The llvm-objdump requires ARM target support to disassemble ARM code.

> And it is possible someone configured LLVM to not support arm?

It's me :) Sometimes I build LLVM with reduced set of targets when work on LLD.
By the way, LLD mips tests which really depend on LLVM MIPS target support have
"REQUIRED: mips" clause.

-- 
Simon



More information about the llvm-commits mailing list