[LLVMdev] ARMv2/3 tests

Renato Golin renato.golin at linaro.org
Wed May 27 09:26:17 PDT 2015


Hi Logan,

There are some tests in the MC/ARM directory that seem suspicious:
directive-arch-armv{2,3}.s

They expect "armv2" and "armv3" to have an "ARM v4" tag, which is wrong.

I know GCC does that, but I don't think we should. Given that this
will probably never happen in LLVM, I think we can safely take the
correct approach and ignore GCC.

Any other reason why you added those tests?

cheers,
--renato



More information about the llvm-dev mailing list