]> granicus.if.org Git - clang/commitdiff
AArch64: use aarch64_be instead of arm64_be in all tests.
authorTim Northover <tnorthover@apple.com>
Wed, 23 Jul 2014 12:57:31 +0000 (12:57 +0000)
committerTim Northover <tnorthover@apple.com>
Wed, 23 Jul 2014 12:57:31 +0000 (12:57 +0000)
arm64_be doesn't really exist; it was useful for testing while AArch64 and
ARM64 were separate, but now the only real way to refer to the system is
aarch64_be.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@213747 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/aarch64-type-sizes.c
test/CodeGen/aarch64-varargs.c
test/CodeGen/arm64-be-bitfield.c
test/CodeGen/arm64-be-hfa-vararg.c
test/CodeGen/arm64-lanes.c
test/Preprocessor/init.c
test/Sema/arm64-neon-args.c
test/Sema/big-endian-neon-initializers.c

index b331b6c3c32c659c6339dacbc84300bb6758706c..3ff8c4f0d4d03c1a6e6610ba5a848913ce840775 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple arm64_be-none-linux-gnu -emit-llvm -w -o - %s | FileCheck --check-prefix=CHECK --check-prefix=CHECK-BE %s
+// RUN: %clang_cc1 -triple aarch64_be-none-linux-gnu -emit-llvm -w -o - %s | FileCheck --check-prefix=CHECK --check-prefix=CHECK-BE %s
 // char by definition has size 1
 
 // CHECK-LE: target datalayout = "e-m:e-i64:64-i128:128-n32:64-S128"
index f787afe37e51f4acf8f1481a9a0e435b1090b715..248f1c10cec47907ab61252ff0d96d389d7344f7 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1 -triple arm64-linux-gnu -emit-llvm -o - %s | FileCheck --check-prefix=CHECK --check-prefix=CHECK-LE %s
-// RUN: %clang_cc1 -triple arm64_be-linux-gnu -emit-llvm -o - %s | FileCheck --check-prefix=CHECK --check-prefix=CHECK-BE %s
+// RUN: %clang_cc1 -triple aarch64_be-linux-gnu -emit-llvm -o - %s | FileCheck --check-prefix=CHECK --check-prefix=CHECK-BE %s
 
 #include <stdarg.h>
 
index f563596bdda34d66609b45d973d5a919740170d1..2fe467bcf1a4155bb0b30693fba6be9e5fbce73a 100644 (file)
@@ -1,4 +1,4 @@
-// RUN:  %clang_cc1 -triple arm64_be-linux-gnu -ffreestanding -emit-llvm -O0 -o - %s | FileCheck %s
+// RUN:  %clang_cc1 -triple aarch64_be-linux-gnu -ffreestanding -emit-llvm -O0 -o - %s | FileCheck %s
 
 struct bt3 { signed b2:10; signed b3:10; } b16;
 
index c9d650794d6e0fc082b0b0e874eb4ad241632435..537aab52b3b5d81015301137618d60d30ce94efe 100644 (file)
@@ -1,4 +1,4 @@
-// RUN:  %clang_cc1 -triple arm64_be-linux-gnu -ffreestanding -emit-llvm -O0 -o - %s | FileCheck %s
+// RUN:  %clang_cc1 -triple aarch64_be-linux-gnu -ffreestanding -emit-llvm -O0 -o - %s | FileCheck %s
 
 #include <stdarg.h>
 
index 8ab2bd4c6690445f6944feb9cac5435e054d0202..4e80df9d6c5213b3aa32de22fbbbc48e56d501e7 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1 -O3 -triple arm64-apple-ios7 -target-feature +neon -ffreestanding -emit-llvm -o - %s | FileCheck %s
-// RUN: %clang_cc1 -O3 -triple arm64_be-linux-gnu -target-feature +neon -ffreestanding -emit-llvm -o - %s | FileCheck %s --check-prefix CHECK-BE
+// RUN: %clang_cc1 -O3 -triple aarch64_be-linux-gnu -target-feature +neon -ffreestanding -emit-llvm -o - %s | FileCheck %s --check-prefix CHECK-BE
 
 #include <arm_neon.h>
 
index 3bbb9b2229585b9e35d55e97a06fb77f26b68f06..48f586a7de34a500ad0235901d413c979c03894f 100644 (file)
 // AARCH64:#define __aarch64__ 1
 //
 // RUN: %clang_cc1 -E -dM -ffreestanding -triple=aarch64_be-none-none < /dev/null | FileCheck -check-prefix AARCH64-BE %s
-// RUN: %clang_cc1 -E -dM -ffreestanding -triple=arm64_be-none-none < /dev/null | FileCheck -check-prefix AARCH64-BE %s
 //
 // AARCH64-BE:#define _LP64 1
 // AARCH64-BE:#define __AARCH64EB__ 1
index 315a7044040ee19eb530c5a8e35ab15f6148a76f..a6c4f13a4316b07e137a4b0a3b4ad8e41bbdd283 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1 -triple arm64-apple-darwin -target-feature +neon -fsyntax-only -ffreestanding -verify %s
-// RUN: %clang_cc1 -triple arm64_be-none-linux-gnu -target-feature +neon -fsyntax-only -ffreestanding -verify %s
+// RUN: %clang_cc1 -triple aarch64_be-none-linux-gnu -target-feature +neon -fsyntax-only -ffreestanding -verify %s
 
 #include <arm_neon.h>
 
index ffe310903bcf6cbba3b5a3d9646a786b4dd378ba..c706d007509cfdb4d2cfb15541f15327122462ed 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 %s -triple arm64_be -target-feature +neon -verify -fsyntax-only -ffreestanding
+// RUN: %clang_cc1 %s -triple aarch64_be -target-feature +neon -verify -fsyntax-only -ffreestanding
 // RUN: %clang_cc1 %s -triple armebv7 -target-cpu cortex-a8 -verify -fsyntax-only -ffreestanding
 
 #include <arm_neon.h>