File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33// REQUIRES: shell
44// 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{} spirv-val {} %}
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 {} %}
88
99// CHECK: spirv.module Logical GLSL450 requires #spirv.vce<v1.0, [Shader], []> {
1010// CHECK-NEXT: spirv.func @foo() "Inline" {
You can’t perform that action at this time.
0 commit comments