view test/MC/AArch64/coff-basic.ll @ 121:803732b1fca8

LLVM 5.0
author kono
date Fri, 27 Oct 2017 17:07:41 +0900
parents
children
line wrap: on
line source

; RUN: llc -mtriple aarch64-windows < %s | FileCheck %s

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

; CHECK: .globl foo