[cuda][hip] Temporarily XFAIL on arm
authorMichael Liao <michael.hliao@gmail.com>
Wed, 5 Feb 2020 01:25:12 +0000 (20:25 -0500)
committerMichael Liao <michael.hliao@gmail.com>
Wed, 5 Feb 2020 01:25:12 +0000 (20:25 -0500)
clang/test/Driver/cuda-simple.cu

index 54e1840..d2daf88 100644 (file)
@@ -1,6 +1,7 @@
 // Verify that we can parse a simple CUDA file with or without -save-temps
 // http://llvm.org/PR22936
 // RUN: %clang -nocudainc -nocudalib -Werror -fsyntax-only -c %s
+// XFAIL: arm
 //
 // Verify that we pass -x cuda-cpp-output to compiler after
 // preprocessing a CUDA file