coff-basic.ll 119 Bytes Raw Blame History Permalink 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