Skip to content

Commit d5d8eaf

Browse files
authored
[utils] Add spirv triple to update_llc_test_checks (#150223)
The 32bit and 64bit flavors of SPIR-V were supported, but the logical version of the triple was lacking. Adding it.
1 parent 633948f commit d5d8eaf

File tree

1 file changed

+1
-0
lines changed
  • llvm/utils/UpdateTestChecks

1 file changed

+1
-0
lines changed

llvm/utils/UpdateTestChecks/asm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,7 @@ def get_run_handler(triple):
593593
"riscv64": (scrub_asm_riscv, ASM_FUNCTION_RISCV_RE),
594594
"lanai": (scrub_asm_lanai, ASM_FUNCTION_LANAI_RE),
595595
"sparc": (scrub_asm_sparc, ASM_FUNCTION_SPARC_RE),
596+
"spirv": (scrub_asm_spirv, ASM_FUNCTION_SPIRV_RE),
596597
"spirv32": (scrub_asm_spirv, ASM_FUNCTION_SPIRV_RE),
597598
"spirv64": (scrub_asm_spirv, ASM_FUNCTION_SPIRV_RE),
598599
"s390x": (scrub_asm_systemz, ASM_FUNCTION_SYSTEMZ_RE),

0 commit comments

Comments
 (0)