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 db6e00e commit 63fd639Copy full SHA for 63fd639
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 && mlir-translate --no-implicit-module --serialize-spirv \ %}
6
// RUN: %if spirv-tools %{ --split-input-file --spirv-save-validation-files-with-prefix=%t/module %s \ %}
7
-// RUN: %if spirv-tools %{ && ls %t/module* | xargs -I{} bash -c 'spirv-val {}' %}
+// RUN: %if spirv-tools %{ && ls %t/module* | xargs -I{} spirv-val {} %}
8
9
// CHECK: spirv.module Logical GLSL450 requires #spirv.vce<v1.0, [Shader], []> {
10
// CHECK-NEXT: spirv.func @foo() "Inline" {
0 commit comments