We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a79c84b commit 3385d2bCopy full SHA for 3385d2b
llvm/test/MC/AArch64/coff-function-type-info.ll
@@ -1,10 +1,10 @@
1
-; RUN: llc -mtriple arm64-windows -filetype asm -o - %s \
+ ; RUN: llc -mtriple arm64-windows -filetype asm -o - %s \
2
; RUN: | FileCheck %s -check-prefix CHECK-ASM
3
4
; RUN: llc -mtriple arm64-windows -filetype obj -o - %s \
5
; RUN: | llvm-readobj --symbols - | FileCheck %s -check-prefix CHECK-OBJECT
6
7
-define arm_aapcs_vfpcc void @external() {
+define aarch64_vector_pcs void @external() {
8
entry:
9
ret void
10
}
@@ -15,7 +15,7 @@ entry:
15
; CHECK-ASM: .endef
16
; CHECK-ASM: .globl external
17
18
-define internal arm_aapcs_vfpcc void @internal() {
+define internal aarch64_vector_pcs void @internal() {
19
20
21
0 commit comments