Skip to content

Conversation

@compnerd
Copy link
Member

@compnerd compnerd commented Nov 5, 2025

Correct a typo in the triple that is used for the test. Because the OS was not recognised, it would fall to the non-Windows code generation.

Correct a typo in the triple that is used for the test. Because the OS
was not recognised, it would fall to the non-Windows code generation.
@compnerd compnerd enabled auto-merge (squash) November 5, 2025 06:45
@llvmbot
Copy link
Member

llvmbot commented Nov 5, 2025

@llvm/pr-subscribers-backend-aarch64

Author: Saleem Abdulrasool (compnerd)

Changes

Correct a typo in the triple that is used for the test. Because the OS was not recognised, it would fall to the non-Windows code generation.


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

1 Files Affected:

  • (modified) llvm/test/CodeGen/AArch64/preserve_mostcc.ll (+1-1)
diff --git a/llvm/test/CodeGen/AArch64/preserve_mostcc.ll b/llvm/test/CodeGen/AArch64/preserve_mostcc.ll
index 75c8567e2095e..f77ada4eae022 100644
--- a/llvm/test/CodeGen/AArch64/preserve_mostcc.ll
+++ b/llvm/test/CodeGen/AArch64/preserve_mostcc.ll
@@ -1,5 +1,5 @@
 ; RUN: llc < %s -mtriple=arm64-apple-ios-8.0.0 | FileCheck -check-prefix CHECK -check-prefix CHECK-DARWIN %s
-; RUN: llc < %s -mtriple=aarch64-unknown-windiws-msvc | FileCheck -check-prefix CHECK -check-prefix CHECK-WIN %s
+; RUN: llc < %s -mtriple=aarch64-unknown-windows-msvc | FileCheck -check-prefix CHECK -check-prefix CHECK-WIN %s
 
 declare void @standard_cc_func()
 declare preserve_mostcc void @preserve_mostcc_func()

@compnerd compnerd merged commit 66f52ca into llvm:main Nov 5, 2025
11 of 12 checks passed
@compnerd compnerd deleted the windiws branch November 5, 2025 16:45
compnerd added a commit to compnerd/llvm-project that referenced this pull request Nov 7, 2025
Correct a typo in the triple that is used for the test. Because the OS
was not recognised, it would fall to the non-Windows code generation.

(cherry picked from commit 66f52ca)
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.

2 participants