summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/target-data.c
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2014-05-24 12:51:25 +0000
committerTim Northover <tnorthover@apple.com>2014-05-24 12:51:25 +0000
commit25e8a6754e3f4c447ddfe5b742c01c16cb050b67 (patch)
tree021b38deaa4234437746f2f6cee753c8dc59a2ce /clang/test/CodeGen/target-data.c
parent3b0846e8f76899815159389be96d7184ad015a8a (diff)
downloadbcm5719-llvm-25e8a6754e3f4c447ddfe5b742c01c16cb050b67.tar.gz
bcm5719-llvm-25e8a6754e3f4c447ddfe5b742c01c16cb050b67.zip
AArch64/ARM64: update Clang after AArch64 removal.
A few (mostly CodeGen) parts of Clang were tightly coupled to the AArch64 backend. Now that it's gone, they will not even compile. I've also deduplicated RUN lines in many of the AArch64 tests. This might improve "make check-all" time noticably: some of those NEON tests were monsters. llvm-svn: 209578
Diffstat (limited to 'clang/test/CodeGen/target-data.c')
-rw-r--r--clang/test/CodeGen/target-data.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/test/CodeGen/target-data.c b/clang/test/CodeGen/target-data.c
index a2d06231e06..5153be9075e 100644
--- a/clang/test/CodeGen/target-data.c
+++ b/clang/test/CodeGen/target-data.c
@@ -122,8 +122,6 @@
// RUN: | FileCheck %s -check-prefix=R600SI
// R600SI: target datalayout = "e-p:32:32-p1:64:64-p2:64:64-p3:32:32-p4:64:64-p5:32:32-p24:64:64-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-v2048:2048-n32:64"
-// RUN: %clang_cc1 -triple aarch64-unknown -o - -emit-llvm %s | \
-// RUN: FileCheck %s -check-prefix=AARCH64
// RUN: %clang_cc1 -triple arm64-unknown -o - -emit-llvm %s | \
// RUN: FileCheck %s -check-prefix=AARCH64
// AARCH64: target datalayout = "e-m:e-i64:64-i128:128-n32:64-S128"
OpenPOWER on IntegriCloud