From b642e0348512a83505900ae00844f5f60ebeac45 Mon Sep 17 00:00:00 2001 From: Michael Liao Date: Tue, 4 Feb 2020 20:25:12 -0500 Subject: [PATCH] [cuda][hip] Temporarily XFAIL on arm --- clang/test/Driver/cuda-simple.cu | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/test/Driver/cuda-simple.cu b/clang/test/Driver/cuda-simple.cu index 54e1840..d2daf88 100644 --- a/clang/test/Driver/cuda-simple.cu +++ b/clang/test/Driver/cuda-simple.cu @@ -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 -- 2.7.4