summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/int64_uint64.cpp
diff options
context:
space:
mode:
authorBradley Smith <bradley.smith@arm.com>2014-04-30 10:52:05 +0000
committerBradley Smith <bradley.smith@arm.com>2014-04-30 10:52:05 +0000
commit4da7dd837db6b504564076907fd750b476f78dd5 (patch)
tree5aeea3a1699f298373fbcc36800d7a39cde50db8 /clang/test/CodeGenCXX/int64_uint64.cpp
parent5217c945225ba9d5c393e56e2a1e2eeed914c4b3 (diff)
downloadbcm5719-llvm-4da7dd837db6b504564076907fd750b476f78dd5.tar.gz
bcm5719-llvm-4da7dd837db6b504564076907fd750b476f78dd5.zip
[ARM64] Port remaining relevant AArch64 clang tests over to ARM64
llvm-svn: 207632
Diffstat (limited to 'clang/test/CodeGenCXX/int64_uint64.cpp')
-rw-r--r--clang/test/CodeGenCXX/int64_uint64.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/clang/test/CodeGenCXX/int64_uint64.cpp b/clang/test/CodeGenCXX/int64_uint64.cpp
index 3ec976acecc..0e5f279e19f 100644
--- a/clang/test/CodeGenCXX/int64_uint64.cpp
+++ b/clang/test/CodeGenCXX/int64_uint64.cpp
@@ -8,6 +8,11 @@
// RUN: -target-feature +neon \
// RUN: -emit-llvm -w -O1 -o - %s | FileCheck --check-prefix=CHECK-AARCH64 %s
+// REQUIRES: arm64-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
+
// Test if int64_t and uint64_t can be correctly mangled.
#include "arm_neon.h"
OpenPOWER on IntegriCloud