From: Michael Liao Date: Wed, 5 Feb 2020 01:25:12 +0000 (-0500) Subject: [cuda][hip] Temporarily XFAIL on arm X-Git-Tag: llvmorg-12-init~15752 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b642e0348512a83505900ae00844f5f60ebeac45;p=platform%2Fupstream%2Fllvm.git [cuda][hip] Temporarily XFAIL on arm --- 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