Skip to content

Conversation

@arsenm
Copy link
Contributor

@arsenm arsenm commented Nov 4, 2025

No description provided.

@arsenm arsenm marked this pull request as ready for review November 4, 2025 00:18
Copy link
Contributor Author

arsenm commented Nov 4, 2025

@llvmbot
Copy link
Member

llvmbot commented Nov 4, 2025

@llvm/pr-subscribers-testing-tools

Author: Matt Arsenault (arsenm)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/166270.diff

1 Files Affected:

  • (modified) llvm/utils/UpdateTestChecks/asm.py (+1)
diff --git a/llvm/utils/UpdateTestChecks/asm.py b/llvm/utils/UpdateTestChecks/asm.py
index 469e27facedb0..61f0d679f806d 100644
--- a/llvm/utils/UpdateTestChecks/asm.py
+++ b/llvm/utils/UpdateTestChecks/asm.py
@@ -576,6 +576,7 @@ def get_run_handler(triple):
         "armv7-apple-ios": (scrub_asm_arm_eabi, ASM_FUNCTION_ARM_IOS_RE),
         "armv7-apple-darwin": (scrub_asm_arm_eabi, ASM_FUNCTION_ARM_DARWIN_RE),
         "armv7k-apple-watchos": (scrub_asm_arm_eabi, ASM_FUNCTION_ARM_DARWIN_RE),
+        "thumbv7k-apple-watchos": (scrub_asm_arm_eabi, ASM_FUNCTION_ARM_DARWIN_RE),
         "thumb": (scrub_asm_arm_eabi, ASM_FUNCTION_ARM_RE),
         "thumb-macho": (scrub_asm_arm_eabi, ASM_FUNCTION_ARM_MACHO_RE),
         "thumbv5-macho": (scrub_asm_arm_eabi, ASM_FUNCTION_ARM_MACHO_RE),

@arsenm arsenm enabled auto-merge (squash) November 4, 2025 00:20
@arsenm arsenm disabled auto-merge November 4, 2025 02:19
@arsenm arsenm merged commit 749a0e1 into main Nov 4, 2025
12 of 14 checks passed
@arsenm arsenm deleted the users/arsenm/update-test-checks-handle-thumbv7k branch November 4, 2025 02:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants