[llvm-bugs] [Bug 19003] arm assembler crashes Clang

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jan 12 10:42:31 PST 2016


https://llvm.org/bugs/show_bug.cgi?id=19003

Renato Golin <renato.golin at linaro.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |renato.golin at linaro.org
         Resolution|---                         |FIXED

--- Comment #1 from Renato Golin <renato.golin at linaro.org> ---
The crash doesn't happen any more on trunk. Only the expected errors:

PR12165.s:256:6: error: expected absolute expression
 .if OPUS_ARM_MAY_HAVE_EDSP

(similar to what GAS does)

and

PR12165.s:313:3: error: invalid instruction
  LDRGTH       r14, [r4], #2      @ r14 = *x++

(non-unified syntax, should be LDRHGT).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160112/090fbe4e/attachment.html>


More information about the llvm-bugs mailing list