From aaa3cb996d19f31672aa81148a15638ef202c3ed Mon Sep 17 00:00:00 2001 From: Tim Northover Date: Wed, 18 Jun 2014 08:37:28 +0000 Subject: AArch64: re-enable tests that were looking for a non-existent backend. In the final phase of the merge, I managed to disable a bunch of Clang tests accidentally. Fortunately none of them seem to have broken in the interim. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211149 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenCXX/aarch64-mangle-neon-vectors.cpp | 2 +- test/CodeGenCXX/aarch64-neon.cpp | 2 +- test/CodeGenCXX/int64_uint64.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'test/CodeGenCXX') diff --git a/test/CodeGenCXX/aarch64-mangle-neon-vectors.cpp b/test/CodeGenCXX/aarch64-mangle-neon-vectors.cpp index 7543a1c474..1e662a02b9 100644 --- a/test/CodeGenCXX/aarch64-mangle-neon-vectors.cpp +++ b/test/CodeGenCXX/aarch64-mangle-neon-vectors.cpp @@ -1,4 +1,4 @@ -// REQUIRES: arm64-registered-target +// REQUIRES: aarch64-registered-target // RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon %s -emit-llvm -o - | FileCheck %s typedef unsigned char uint8_t; diff --git a/test/CodeGenCXX/aarch64-neon.cpp b/test/CodeGenCXX/aarch64-neon.cpp index fc7de1ddfa..8929c17043 100644 --- a/test/CodeGenCXX/aarch64-neon.cpp +++ b/test/CodeGenCXX/aarch64-neon.cpp @@ -1,4 +1,4 @@ -// REQUIRES: arm64-registered-target +// REQUIRES: aarch64-registered-target // RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon \ // RUN: -ffp-contract=fast -S -O3 -o - %s | FileCheck %s diff --git a/test/CodeGenCXX/int64_uint64.cpp b/test/CodeGenCXX/int64_uint64.cpp index ed31dda123..f09a5e6f1a 100644 --- a/test/CodeGenCXX/int64_uint64.cpp +++ b/test/CodeGenCXX/int64_uint64.cpp @@ -3,7 +3,7 @@ // RUN: -target-cpu cortex-a8 \ // RUN: -emit-llvm -w -O1 -o - %s | FileCheck --check-prefix=CHECK-ARM %s -// REQUIRES: arm64-registered-target +// REQUIRES: aarch64-registered-target // RUN: %clang_cc1 -triple arm64-linux-gnueabi \ // RUN: -target-feature +neon \ // RUN: -emit-llvm -w -O1 -o - %s | FileCheck --check-prefix=CHECK-AARCH64 %s -- cgit v1.2.3