diff options
Diffstat (limited to 'llvm/test/MC/AArch64/coff-basic.ll')
-rw-r--r-- | llvm/test/MC/AArch64/coff-basic.ll | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/test/MC/AArch64/coff-basic.ll b/llvm/test/MC/AArch64/coff-basic.ll new file mode 100644 index 00000000000..23f06b5360d --- /dev/null +++ b/llvm/test/MC/AArch64/coff-basic.ll @@ -0,0 +1,8 @@ +; RUN: llc -mtriple aarch64-windows < %s | FileCheck %s + +define i32 @foo() { +entry: + ret i32 1 +} + +; CHECK: .globl foo |