summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/aarch64-mangle-neon-vectors.cpp
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-06-30 01:34:09 +0000
committerAlp Toker <alp@nuanti.com>2014-06-30 01:34:09 +0000
commitb990fbcb0fd1b9402d53f4d9767e9f4dd193a812 (patch)
treef3d40f53576eab72fa5f93b072735927af37c4b4 /test/CodeGenCXX/aarch64-mangle-neon-vectors.cpp
parent19ef24a38bfbbc9ef61ad6cb7cc73f7773251d73 (diff)
Remove some incorrect test suppressions
These don't actually require any registered backend to run. This commit tests the water with a handful of fixes for what is a more widespread problem. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212008 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/aarch64-mangle-neon-vectors.cpp')
-rw-r--r--test/CodeGenCXX/aarch64-mangle-neon-vectors.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGenCXX/aarch64-mangle-neon-vectors.cpp b/test/CodeGenCXX/aarch64-mangle-neon-vectors.cpp
index 1e662a02b9..3b4a309327 100644
--- a/test/CodeGenCXX/aarch64-mangle-neon-vectors.cpp
+++ b/test/CodeGenCXX/aarch64-mangle-neon-vectors.cpp
@@ -1,4 +1,3 @@
-// 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;