[llvm-bugs] [Bug 31601] New: Incomplete ARMv7E-M support in ARM Assembler.

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jan 10 11:56:42 PST 2017


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

            Bug ID: 31601
           Summary: Incomplete ARMv7E-M support in ARM Assembler.
           Product: libraries
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: ARM
          Assignee: unassignedbugs at nondot.org
          Reporter: joerchan at gmail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Created attachment 17827
  --> https://llvm.org/bugs/attachment.cgi?id=17827&action=edit
Fix for bug report.

Assembler is failing on statement:
     .arch armv7e-m
reporting:
clang -cc1as: fatal error: error in backend: Unknown Arch: 18

The reason appears to be a missing case label, attaching fix.

-- 
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/20170110/5ae959a1/attachment.html>


More information about the llvm-bugs mailing list