Skip to content

Commit 66f52ca

Browse files
authored
test: correct typo in RUN line (#166511)
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.
1 parent 304d2ff commit 66f52ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/AArch64/preserve_mostcc.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llc < %s -mtriple=arm64-apple-ios-8.0.0 | FileCheck -check-prefix CHECK -check-prefix CHECK-DARWIN %s
2-
; RUN: llc < %s -mtriple=aarch64-unknown-windiws-msvc | FileCheck -check-prefix CHECK -check-prefix CHECK-WIN %s
2+
; RUN: llc < %s -mtriple=aarch64-unknown-windows-msvc | FileCheck -check-prefix CHECK -check-prefix CHECK-WIN %s
33

44
declare void @standard_cc_func()
55
declare preserve_mostcc void @preserve_mostcc_func()

0 commit comments

Comments
 (0)