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 9678002 commit 53d6e11Copy full SHA for 53d6e11
clang/test/Driver/cl-options.cu
@@ -3,6 +3,10 @@
3
// Note: %s must be preceded by --, otherwise it may be interpreted as a
4
// command-line option, e.g. on Mac where %s is commonly under /Users.
5
6
+// REQUIRES: clang-driver
7
+// REQUIRES: x86-registered-target
8
+// REQUIRES: nvptx-registered-target
9
+
10
// -stack-protector should not be passed to device-side CUDA compilation
11
// RUN: %clang_cl -### -nocudalib -nocudainc -- %s 2>&1 | FileCheck -check-prefix=GS-default %s
12
// GS-default: "-cc1" "-triple" "nvptx64-nvidia-cuda"
0 commit comments