14 lines · plain
1; RUN: llc < %s -mtriple=x86_64-apple-darwin | FileCheck %s2 3; CHECK: .section __DATA,__objc_imageinfo,regular,no_dead_strip4; CHECK-NEXT: L_OBJC_IMAGE_INFO:5; CHECK-NEXT: .long 06; CHECK-NEXT: .long 27 8!llvm.module.flags = !{!0, !1, !2, !3}9 10!0 = !{i32 1, !"Objective-C Version", i32 2}11!1 = !{i32 1, !"Objective-C Image Info Version", i32 0}12!2 = !{i32 1, !"Objective-C Image Info Section", !"__DATA, __objc_imageinfo, regular, no_dead_strip"}13!3 = !{i32 1, !"Objective-C Garbage Collection", i32 2}14