llvm-for-llvmta/test/MC/AArch64/coff-basic.ll

9 lines
119 B
LLVM
Raw Normal View History

2022-04-25 10:02:23 +02:00
; RUN: llc -mtriple aarch64-windows < %s | FileCheck %s
define i32 @foo() {
entry:
ret i32 1
}
; CHECK: .globl foo