summaryrefslogtreecommitdiff
path: root/test/SemaCUDA
diff options
context:
space:
mode:
authorArtem Belevich <tra@google.com>2016-10-12 02:08:08 +0000
committerArtem Belevich <tra@google.com>2016-10-12 02:08:08 +0000
commit419410f8d612215c153474046d842762be8aed3a (patch)
treef1e3035e0efe52bd2c879e9a277e134228e21567 /test/SemaCUDA
parentf3d02c144a250d213f6e2882eea6d1e3ca5a995c (diff)
Added REQUIRED triples to the test that fails on some ARM buildbots.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@283964 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/SemaCUDA')
-rw-r--r--test/SemaCUDA/function-overload-hd.cu3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/SemaCUDA/function-overload-hd.cu b/test/SemaCUDA/function-overload-hd.cu
index 76f5a2824a..1b9beab726 100644
--- a/test/SemaCUDA/function-overload-hd.cu
+++ b/test/SemaCUDA/function-overload-hd.cu
@@ -1,3 +1,6 @@
+// REQUIRES: x86-registered-target
+// REQUIRES: nvptx-registered-target
+
// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -S -o /dev/null -verify \
// RUN: -verify-ignore-unexpected=note %s
// RUN: %clang_cc1 -triple nvptx64-nvidia-cuda -S -o /dev/null -fcuda-is-device \