[Mlir-commits] [mlir] [mlir][spirv] Enable serializer to write SPIR-V modules into separate files (PR #152678)
Jakub Kuderski
llvmlistbot at llvm.org
Mon Aug 11 09:47:17 PDT 2025
================
@@ -1,11 +1,9 @@
-// COM: Check that `--spirv-save-validation-files-with-prefix` generates
-// COM: a correct number of files.
+// Check that `--spirv-save-validation-files-with-prefix` generates
+// a correct number of files.
// REQUIRES: shell
// RUN: rm -rf %t
-// RUN: mkdir %t
-// RUN: mlir-translate --serialize-spirv --no-implicit-module --split-input-file --spirv-save-validation-files-with-prefix=%t/foo %s
-// RUN: ls %t | wc -l | FileCheck %s
+// RUN: mkdir %t && mlir-translate --serialize-spirv --no-implicit-module --split-input-file --spirv-save-validation-files-with-prefix=%t/foo %s && ls %t | wc -l | FileCheck %s
----------------
kuhar wrote:
nit: could you add break lines (`\`) to make this fit the ~80 column limit?
https://github.com/llvm/llvm-project/pull/152678
More information about the Mlir-commits
mailing list