[llvm-dev] Error compiling newlib for ARM with the integrated assembler
Tim Northover via llvm-dev
llvm-dev at lists.llvm.org
Thu Apr 6 12:53:59 PDT 2017
Hi Catherine,
On 6 April 2017 at 11:02, Moore, Catherine <Catherine_Moore at mentor.com> wrote:
> This assembles fine, if I remove the width modifier (.w) from the ldrb instruction. It also accepts ldrb.n without a problem. Given that this instruction should default to a width of 32 bits, is there any reason why we can't accept the .w modifier?
This definitely sounds like a bug. We should reject .n and accept .w.
Thanks for working on the issue.
Tim.
More information about the llvm-dev
mailing list