diff options
Diffstat (limited to 'test/pecoff/Inputs/armnt-obj.s')
-rw-r--r-- | test/pecoff/Inputs/armnt-obj.s | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/pecoff/Inputs/armnt-obj.s b/test/pecoff/Inputs/armnt-obj.s new file mode 100644 index 0000000000000..20eeab0e1dda0 --- /dev/null +++ b/test/pecoff/Inputs/armnt-obj.s @@ -0,0 +1,12 @@ + + .syntax unified + .thumb + .text + + .def main + .scl 2 + .type 32 + .endef +main: + bx lr + |