diff options
Diffstat (limited to 'test/MC/AArch64/coff-basic.ll')
| -rw-r--r-- | test/MC/AArch64/coff-basic.ll | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/MC/AArch64/coff-basic.ll b/test/MC/AArch64/coff-basic.ll new file mode 100644 index 000000000000..23f06b5360db --- /dev/null +++ b/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 |
