Skip to content

Commit 3385d2b

Browse files
committed
Fix an MC test using an arm calling convention
1 parent a79c84b commit 3385d2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/test/MC/AArch64/coff-function-type-info.ll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
; RUN: llc -mtriple arm64-windows -filetype asm -o - %s \
1+
; RUN: llc -mtriple arm64-windows -filetype asm -o - %s \
22
; RUN: | FileCheck %s -check-prefix CHECK-ASM
33

44
; RUN: llc -mtriple arm64-windows -filetype obj -o - %s \
55
; RUN: | llvm-readobj --symbols - | FileCheck %s -check-prefix CHECK-OBJECT
66

7-
define arm_aapcs_vfpcc void @external() {
7+
define aarch64_vector_pcs void @external() {
88
entry:
99
ret void
1010
}
@@ -15,7 +15,7 @@ entry:
1515
; CHECK-ASM: .endef
1616
; CHECK-ASM: .globl external
1717

18-
define internal arm_aapcs_vfpcc void @internal() {
18+
define internal aarch64_vector_pcs void @internal() {
1919
entry:
2020
ret void
2121
}

0 commit comments

Comments
 (0)