Skip to content

Commit

Permalink
Fix test clang/test/Driver/cl-offload.cu
Browse files Browse the repository at this point in the history
Exclude it from Darwin since /Users will be treated as a MSVC option.

http://45.33.8.238/macm1/71368/step_7.txt
  • Loading branch information
yxsamliu committed Oct 20, 2023
1 parent 697082d commit 9d10fbb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions clang/test/Driver/cl-offload.cu
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// REQUIRES: !system-darwin

// The test cannot be run on Darwin because /Users will be treated as a MSVC option.

// RUN: %clang_cl -### -target x86_64-pc-windows-msvc --offload-arch=sm_35 -fgpu-rdc \
// RUN: --cuda-path=%S/Inputs/CUDA/usr/local/cuda \
// RUN: /Wall -x cuda %s 2>&1 \
Expand Down

0 comments on commit 9d10fbb

Please sign in to comment.