aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64/simple-macho.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/AArch64/simple-macho.ll')
-rw-r--r--test/CodeGen/AArch64/simple-macho.ll12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/CodeGen/AArch64/simple-macho.ll b/test/CodeGen/AArch64/simple-macho.ll
deleted file mode 100644
index 2c2ad8a7a698..000000000000
--- a/test/CodeGen/AArch64/simple-macho.ll
+++ /dev/null
@@ -1,12 +0,0 @@
-; RUN: llc -mtriple=arm64-macho -o - %s | FileCheck %s
-; RUN: llc -mtriple=arm64-macho -filetype=obj -o %t %s
-; RUN: llvm-objdump -triple=arm64-macho -d %t | FileCheck --check-prefix=CHECK-OBJ %s
-
-define void @foo() {
-; CHECK-LABEL: _foo:
-; CHECK: ret
-
-; CHECK-OBJ: 0: c0 03 5f d6 ret
-
- ret void
-}