diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/MC/ARM/reloc-abs8.s | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/MC/ARM/reloc-abs8.s b/llvm/test/MC/ARM/reloc-abs8.s index 716f0ff21df..f1d7afad1ae 100644 --- a/llvm/test/MC/ARM/reloc-abs8.s +++ b/llvm/test/MC/ARM/reloc-abs8.s @@ -1,5 +1,7 @@ @ RUN: llvm-mc -triple armv7-eabi -filetype obj -o - %s | llvm-objdump -r - \ @ RUN: | FileCheck %s +@ RUN: llvm-mc -triple thumbv7-eabi -filetype obj -o - %s | llvm-objdump -r - \ +@ RUN: | FileCheck %s .syntax unified |

