[LLVMbugs] [Bug 11877] New: MC for ARM hits an assert on assembly with aliases

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Jan 27 22:36:46 PST 2012


http://llvm.org/bugs/show_bug.cgi?id=11877

             Bug #: 11877
           Summary: MC for ARM hits an assert on assembly with aliases
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Common Code Generator Code
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: rafael.espindola at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


./bin/llvm-mc -triple arm-linux-gnueabi test.s -o test.o -filetype=obj 
asserts on

i:
    .long    g
g = h
h = i

but with an x86 triple it works.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list