Author: tra
Date: Tue Oct 11 21:08:08 2016
New Revision: 283964

URL: http://llvm.org/viewvc/llvm-project?rev=283964&view=rev
Log:
Added REQUIRED triples to the test that fails on some ARM buildbots.

Modified:
    cfe/trunk/test/SemaCUDA/function-overload-hd.cu

Modified: cfe/trunk/test/SemaCUDA/function-overload-hd.cu
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaCUDA/function-overload-hd.cu?rev=283964&r1=283963&r2=283964&view=diff
==============================================================================
--- cfe/trunk/test/SemaCUDA/function-overload-hd.cu (original)
+++ cfe/trunk/test/SemaCUDA/function-overload-hd.cu Tue Oct 11 21:08:08 2016
@@ -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 \


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to