Skip to content

Commit 9d10fbb

Browse files
committed
Fix test clang/test/Driver/cl-offload.cu
Exclude it from Darwin since /Users will be treated as a MSVC option. http://45.33.8.238/macm1/71368/step_7.txt
1 parent 697082d commit 9d10fbb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

clang/test/Driver/cl-offload.cu

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
// RUN: %clang_cl -### -target x86_64-pc-windows-msvc --offload-arch=sm_35 -fgpu-rdc \
26
// RUN: --cuda-path=%S/Inputs/CUDA/usr/local/cuda \
37
// RUN: /Wall -x cuda %s 2>&1 \

0 commit comments

Comments
 (0)