From d8b6fe2c41b47d33460b6bd8f74c5bf006f72af0 Mon Sep 17 00:00:00 2001 From: Tim Northover Date: Thu, 24 Apr 2014 15:04:26 +0000 Subject: [PATCH] AArch64/ARM64: add ARM64 runs to more MC tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207120 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/AArch64/jump-table.s | 1 + test/MC/AArch64/mapping-across-sections.s | 1 + test/MC/AArch64/mapping-within-section.s | 1 + 3 files changed, 3 insertions(+) diff --git a/test/MC/AArch64/jump-table.s b/test/MC/AArch64/jump-table.s index 578ebf4e660..3fe9bc58cdd 100644 --- a/test/MC/AArch64/jump-table.s +++ b/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 "" .text diff --git a/test/MC/AArch64/mapping-across-sections.s b/test/MC/AArch64/mapping-across-sections.s index 3d32c1dfb40..14336382bed 100644 --- a/test/MC/AArch64/mapping-across-sections.s +++ b/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/test/MC/AArch64/mapping-within-section.s b/test/MC/AArch64/mapping-within-section.s index c8bd804fa0e..b80721ac652 100644 --- a/test/MC/AArch64/mapping-within-section.s +++ b/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 -- 2.34.1