]> granicus.if.org Git - clang/commitdiff
Added REQUIRED triples to the test that fails on some ARM buildbots.
authorArtem Belevich <tra@google.com>
Wed, 12 Oct 2016 02:08:08 +0000 (02:08 +0000)
committerArtem Belevich <tra@google.com>
Wed, 12 Oct 2016 02:08:08 +0000 (02:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@283964 91177308-0d34-0410-b5e6-96231b3b80d8

test/SemaCUDA/function-overload-hd.cu

index 76f5a2824a2e4a064c1cf560e1bb070a9c5152f6..1b9beab7268bca800bd766eb152593f10e5409c2 100644 (file)
@@ -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 \