[clang] b642e03 - [cuda][hip] Temporarily XFAIL on arm
Michael Liao via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 4 17:25:29 PST 2020
Author: Michael Liao
Date: 2020-02-04T20:25:12-05:00
New Revision: b642e0348512a83505900ae00844f5f60ebeac45
URL: https://github.com/llvm/llvm-project/commit/b642e0348512a83505900ae00844f5f60ebeac45
DIFF: https://github.com/llvm/llvm-project/commit/b642e0348512a83505900ae00844f5f60ebeac45.diff
LOG: [cuda][hip] Temporarily XFAIL on arm
Added:
Modified:
clang/test/Driver/cuda-simple.cu
Removed:
################################################################################
diff --git a/clang/test/Driver/cuda-simple.cu b/clang/test/Driver/cuda-simple.cu
index 54e18403108b..d2daf88a68de 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
More information about the cfe-commits
mailing list