Integrated arm assembler doesn't understand .MACRO / .ENDM in caps #20803
Labels
backend:ARM
bugzilla
Issues migrated from bugzilla
wontfix
Issue is real, but we can't or won't fix it. Not invalid
Extended Description
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.
The text was updated successfully, but these errors were encountered: