http://llvm.org/bugs/show_bug.cgi?id=20426
Bug ID: 20426
Summary: Integrated arm assembler doesn't understand .exitm
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
This works with gcc:
thakis@ubu:~$ cat test.S
.macro sum from=0
.exitm
.long \from
.endm
sum 1
thakis@ubu:~$ arm-linux-gnueabihf-g++ -c test.S
Not with clang:
$ ~/src/llvm-build/bin/clang -target arm-linux-androideabi -c test.S
<instantiation>:1:1: error: unknown directive
.exitm
^
test.S:6:1: note: while in macro instantiation
sum 1
^
This is 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