Skip to content

Commit 253a669

Browse files
committed
Address comment
1 parent f4e8c55 commit 253a669

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/test/Driver/cuda-no-threadsafe-statics.cu

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
// compilation only.
33
//
44
// RUN: %clang -### -x cuda --target=x86_64-linux-gnu -c --cuda-gpu-arch=sm_20 %s \
5-
// RUN: -nocudainc -nocudalib --no-cuda-version-check 2>&1 | FileCheck %s
5+
// RUN: -nocudainc -nocudalib --cuda-path=%S/Inputs/CUDA_80/usr/local/cuda \
6+
// RUN: 2>&1 | FileCheck %s
67

78
// RUN: %clang -### -x hip --target=x86_64-linux-gnu -c --cuda-gpu-arch=gfx1010 %s \
89
// RUN: -nocudainc -nocudalib 2>&1 | FileCheck %s

0 commit comments

Comments
 (0)