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 f4e8c55 commit 253a669Copy full SHA for 253a669
clang/test/Driver/cuda-no-threadsafe-statics.cu
@@ -2,7 +2,8 @@
2
// compilation only.
3
//
4
// 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
+// RUN: -nocudainc -nocudalib --cuda-path=%S/Inputs/CUDA_80/usr/local/cuda \
6
+// RUN: 2>&1 | FileCheck %s
7
8
// RUN: %clang -### -x hip --target=x86_64-linux-gnu -c --cuda-gpu-arch=gfx1010 %s \
9
// RUN: -nocudainc -nocudalib 2>&1 | FileCheck %s
0 commit comments