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 0237477 commit 689afb3Copy full SHA for 689afb3
mlir/test/Target/SPIRV/module.mlir
@@ -4,7 +4,7 @@
4
// RUN: %if spirv-tools %{ rm -rf %t %}
5
// RUN: %if spirv-tools %{ mkdir %t %}
6
// RUN: %if spirv-tools %{ mlir-translate --no-implicit-module --serialize-spirv --split-input-file --spirv-save-validation-files-with-prefix=%t/module %s %}
7
-// RUN: %if spirv-tools %{ ls %t/module*.spv | xargs -I{} spirv-val {} %}
+// RUN: %if spirv-tools %{ spirv-val %t %}
8
9
// CHECK: spirv.module Logical GLSL450 requires #spirv.vce<v1.0, [Shader], []> {
10
// CHECK-NEXT: spirv.func @foo() "Inline" {
0 commit comments