Skip to content

Commit e4decc3

Browse files
committed
Address feedback
1 parent 63fd639 commit e4decc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mlir/test/Target/SPIRV/module.mlir

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
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" {

0 commit comments

Comments
 (0)