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 92238b7 commit f8a946cCopy full SHA for f8a946c
clang/test/Driver/spirv-toolchain.cl
@@ -92,7 +92,7 @@
92
// RUN: mkdir -p %t/versioned
93
// RUN: touch %t/versioned/spirv-as-%llvm-version-major \
94
// RUN: && chmod +x %t/versioned/spirv-as-%llvm-version-major
95
-// RUN: %if !system-windows %{ env "PATH=%t/versioned" %clang -### --target=spirv64 -x cl -c --save-temps %s 2>&1 \
96
-// RUN: | FileCheck -DVERSION=%llvm-version-major --check-prefix=VERSIONED %s %}
+// RUN: env "PATH=%t/versioned" %clang -### --target=spirv64 -x cl -c --save-temps %s 2>&1 \
+// RUN: | FileCheck -DVERSION=%llvm-version-major --check-prefix=VERSIONED %s
97
98
// VERSIONED: {{.*}}spirv-as-[[VERSION]]
0 commit comments