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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to