search for: armv3

Displaying 2 results from an estimated 2 matches for "armv3".

Did you mean: armv7
2015 May 27
2
[LLVMdev] ARMv2/3 tests
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
2015 May 27
0
[LLVMdev] ARMv2/3 tests
...out them if there are any. cheers, --renato On 27 May 2015 at 17:26, Renato Golin <renato.golin at linaro.org> wrote: > 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 test...