blob: 97c36699e5dfe7898ac3256fddb2b197ea14a13e [file] [log] [blame]
Saleem Abdulrasool5f204902017-06-05 21:26:39 +00001; RUN: llc -mtriple x86_64-apple-ios -filetype asm -o - %s | FileCheck %s
Saleem Abdulrasool2c2bad92017-06-05 21:45:25 +00002; REQUIRES: x86-registered-target
Saleem Abdulrasool5f204902017-06-05 21:26:39 +00003
4!llvm.module.flags = !{!0, !1, !2, !3}
5
6!0 = !{i32 1, !"Objective-C Version", i32 2}
7!1 = !{i32 1, !"Objective-C Image Info Version", i32 0}
8!2 = !{i32 1, !"Objective-C Image Info Section", !"__DATA,__objc_imageinfo,regular,no_dead_strip"}
9!3 = !{i32 1, !"Objective-C Garbage Collection", i32 2}
10
11; CHECK: .section __DATA,__objc_imageinfo,regular,no_dead_strip
12; CHECK: L_OBJC_IMAGE_INFO:
13; CHECK: .long 0
14; CHECK: .long 2
15