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

            Bug ID: 20429
           Summary: Integrated arm assembler doesn't understand .MACRO /
                    .ENDM in caps
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: ARM
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

thakis@ubu:~$ cat test.S
.MACRO foo
.ENDM

thakis@ubu:~$ arm-linux-gnueabihf-g++ -c test.S 

But:

$ ~/src/llvm-build/bin/clang -target arm-linux-androideabi  -c  test.S
test.S:1:1: error: unknown directive
.MACRO FFTSTAGE
^
test.S:2:1: error: unknown directive
.ENDM
^


Used in openmax.

-- 
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