[LLVMbugs] [Bug 20429] New: Integrated arm assembler doesn't understand .MACRO / .ENDM in caps
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Jul 23 17:46:29 PDT 2014
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: unassignedbugs at nondot.org
Reporter: nicolasweber at gmx.de
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
thakis at ubu:~$ cat test.S
.MACRO foo
.ENDM
thakis at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140724/c96b2325/attachment.html>
More information about the llvm-bugs
mailing list