Skip to content

Integrated arm assembler doesn't understand .exitm #20800

@nico

Description

@nico
Bugzilla Link 20426
Resolution FIXED
Resolved on Jul 24, 2014 12:09
Version trunk
OS All
Blocks #20796

Extended Description

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
:1:1: error: unknown directive
.exitm
^
test.S:6:1: note: while in macro instantiation
sum 1
^

This is used in openmax.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions