xref: /aosp_15_r20/external/llvm/test/CodeGen/X86/objc-gc-module-flags.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker; RUN: llc < %s -mtriple=x86_64-apple-darwin | FileCheck %s
2*9880d681SAndroid Build Coastguard Worker
3*9880d681SAndroid Build Coastguard Worker; CHECK:        .section  __DATA,__objc_imageinfo,regular,no_dead_strip
4*9880d681SAndroid Build Coastguard Worker; CHECK-NEXT: L_OBJC_IMAGE_INFO:
5*9880d681SAndroid Build Coastguard Worker; CHECK-NEXT:   .long  0
6*9880d681SAndroid Build Coastguard Worker; CHECK-NEXT:   .long  2
7*9880d681SAndroid Build Coastguard Worker
8*9880d681SAndroid Build Coastguard Worker!llvm.module.flags = !{!0, !1, !2, !3}
9*9880d681SAndroid Build Coastguard Worker
10*9880d681SAndroid Build Coastguard Worker!0 = !{i32 1, !"Objective-C Version", i32 2}
11*9880d681SAndroid Build Coastguard Worker!1 = !{i32 1, !"Objective-C Image Info Version", i32 0}
12*9880d681SAndroid Build Coastguard Worker!2 = !{i32 1, !"Objective-C Image Info Section", !"__DATA, __objc_imageinfo, regular, no_dead_strip"}
13*9880d681SAndroid Build Coastguard Worker!3 = !{i32 1, !"Objective-C Garbage Collection", i32 2}
14