aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/objc-gc-module-flags.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/objc-gc-module-flags.ll')
-rw-r--r--test/CodeGen/X86/objc-gc-module-flags.ll13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/CodeGen/X86/objc-gc-module-flags.ll b/test/CodeGen/X86/objc-gc-module-flags.ll
deleted file mode 100644
index f197510f2207..000000000000
--- a/test/CodeGen/X86/objc-gc-module-flags.ll
+++ /dev/null
@@ -1,13 +0,0 @@
-; RUN: llc < %s -mtriple=x86_64-apple-darwin | FileCheck %s
-
-; CHECK: .section __DATA,__objc_imageinfo,regular,no_dead_strip
-; CHECK-NEXT: L_OBJC_IMAGE_INFO:
-; CHECK-NEXT: .long 0
-; CHECK-NEXT: .long 2
-
-!llvm.module.flags = !{!0, !1, !2, !3}
-
-!0 = !{i32 1, !"Objective-C Version", i32 2}
-!1 = !{i32 1, !"Objective-C Image Info Version", i32 0}
-!2 = !{i32 1, !"Objective-C Image Info Section", !"__DATA, __objc_imageinfo, regular, no_dead_strip"}
-!3 = !{i32 1, !"Objective-C Garbage Collection", i32 2}