[llvm] r207120 - AArch64/ARM64: add ARM64 runs to more MC tests.

Tim Northover tnorthover at apple.com
Thu Apr 24 08:04:26 PDT 2014


Author: tnorthover
Date: Thu Apr 24 10:04:26 2014
New Revision: 207120

URL: http://llvm.org/viewvc/llvm-project?rev=207120&view=rev
Log:
AArch64/ARM64: add ARM64 runs to more MC tests.

Modified:
    llvm/trunk/test/MC/AArch64/jump-table.s
    llvm/trunk/test/MC/AArch64/mapping-across-sections.s
    llvm/trunk/test/MC/AArch64/mapping-within-section.s

Modified: llvm/trunk/test/MC/AArch64/jump-table.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/AArch64/jump-table.s?rev=207120&r1=207119&r2=207120&view=diff
==============================================================================
--- llvm/trunk/test/MC/AArch64/jump-table.s (original)
+++ llvm/trunk/test/MC/AArch64/jump-table.s Thu Apr 24 10:04:26 2014
@@ -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

Modified: llvm/trunk/test/MC/AArch64/mapping-across-sections.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/AArch64/mapping-across-sections.s?rev=207120&r1=207119&r2=207120&view=diff
==============================================================================
--- llvm/trunk/test/MC/AArch64/mapping-across-sections.s (original)
+++ llvm/trunk/test/MC/AArch64/mapping-across-sections.s Thu Apr 24 10:04:26 2014
@@ -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

Modified: llvm/trunk/test/MC/AArch64/mapping-within-section.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/AArch64/mapping-within-section.s?rev=207120&r1=207119&r2=207120&view=diff
==============================================================================
--- llvm/trunk/test/MC/AArch64/mapping-within-section.s (original)
+++ llvm/trunk/test/MC/AArch64/mapping-within-section.s Thu Apr 24 10:04:26 2014
@@ -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





More information about the llvm-commits mailing list