summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/AArch64/coff-basic.ll
blob: 23f06b5360db75dbe8b8624c4b34ee094730329b (plain)
1
2
3
4
5
6
7
8
; RUN: llc -mtriple aarch64-windows < %s | FileCheck %s

define i32 @foo() {
entry:
  ret i32 1
}

; CHECK: .globl foo
OpenPOWER on IntegriCloud