diff options
| author | Tim Northover <tnorthover@apple.com> | 2014-04-24 15:04:26 +0000 |
|---|---|---|
| committer | Tim Northover <tnorthover@apple.com> | 2014-04-24 15:04:26 +0000 |
| commit | 11a9b1b45a8e26b59998f82f435d25384680f80a (patch) | |
| tree | 9b1378d6af48128d4294008abdd01a1052a9633d | |
| parent | d3c3f9f3ca77552a8a692f2a8b62a58922f32667 (diff) | |
| download | bcm5719-llvm-11a9b1b45a8e26b59998f82f435d25384680f80a.tar.gz bcm5719-llvm-11a9b1b45a8e26b59998f82f435d25384680f80a.zip | |
AArch64/ARM64: add ARM64 runs to more MC tests.
llvm-svn: 207120
| -rw-r--r-- | llvm/test/MC/AArch64/jump-table.s | 1 | ||||
| -rw-r--r-- | llvm/test/MC/AArch64/mapping-across-sections.s | 1 | ||||
| -rw-r--r-- | llvm/test/MC/AArch64/mapping-within-section.s | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/MC/AArch64/jump-table.s b/llvm/test/MC/AArch64/jump-table.s index 578ebf4e660..3fe9bc58cdd 100644 --- a/llvm/test/MC/AArch64/jump-table.s +++ b/llvm/test/MC/AArch64/jump-table.s @@ -1,4 +1,5 @@ // RUN: llvm-mc < %s -triple=aarch64-none-linux-gnu -filetype=obj | llvm-readobj -r | FileCheck %s +// RUN: llvm-mc < %s -triple=arm64-none-linux-gnu -filetype=obj | llvm-readobj -r | FileCheck %s .file "<stdin>" .text 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 diff --git a/llvm/test/MC/AArch64/mapping-within-section.s b/llvm/test/MC/AArch64/mapping-within-section.s index c8bd804fa0e..b80721ac652 100644 --- a/llvm/test/MC/AArch64/mapping-within-section.s +++ b/llvm/test/MC/AArch64/mapping-within-section.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 // $x at 0x0000 |

