diff options
Diffstat (limited to 'llvm/test/MC/AArch64/mapping-across-sections.s')
| -rw-r--r-- | llvm/test/MC/AArch64/mapping-across-sections.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/MC/AArch64/mapping-across-sections.s b/llvm/test/MC/AArch64/mapping-across-sections.s index 3d32c1dfb40..14336382bed 100644 --- a/llvm/test/MC/AArch64/mapping-across-sections.s +++ b/llvm/test/MC/AArch64/mapping-across-sections.s @@ -1,4 +1,5 @@ // RUN: llvm-mc -triple=aarch64-none-linux-gnu -filetype=obj < %s | llvm-objdump -t - | FileCheck %s +// RUN: llvm-mc -triple=arm64-none-linux-gnu -filetype=obj < %s | llvm-objdump -t - | FileCheck %s .text add w0, w0, w0 |

