1 @ RUN
: llvm-mc
< %s
-triple armv7-unknown-unknown
-filetype
=obj | llvm-objdump
-d
- | FileCheck
%s
3 @ Test that makes sure both label
and immediate expression
4 @ are evaluated to the same values.
20 @ CHECK
: sub r10, r3, #264
21 sub r10,r3,#(AES_encrypt-AES_Te)
22 @ CHECK
: sub r10, r3, #264
26 .word (AES_encrypt-AES_Te)