Skip to content

Commit 65666b2

Browse files
authored
[mlir][spirv] Rename *.spv tests to *.spvasm. (llvm#170161)
This patch renames two of the SPIR-V tests to `*.spvasm` since both files are assembly files, rather than SPIR-V binaries. The `lit.cfg.py` is adjusted and we no longer need to run `*.spv` tests since none are present.
1 parent 5c26015 commit 65666b2

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.

mlir/test/lit.cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
".test",
4545
".pdll",
4646
".c",
47-
".spv",
47+
".spvasm",
4848
]
4949

5050
# test_source_root: The root path where tests are located.

0 commit comments

Comments
 (0)