We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 697082d commit 9d10fbbCopy full SHA for 9d10fbb
clang/test/Driver/cl-offload.cu
@@ -1,3 +1,7 @@
1
+// REQUIRES: !system-darwin
2
+
3
+// The test cannot be run on Darwin because /Users will be treated as a MSVC option.
4
5
// RUN: %clang_cl -### -target x86_64-pc-windows-msvc --offload-arch=sm_35 -fgpu-rdc \
6
// RUN: --cuda-path=%S/Inputs/CUDA/usr/local/cuda \
7
// RUN: /Wall -x cuda %s 2>&1 \
0 commit comments