blob: de6c9b2cf1bb02e56bfd63f21fe15f4160363167 [file] [log] [blame]
Manman Renb5d7ff42016-05-25 23:14:48 +00001; RUN: llvm-as < %s | llvm-dis | FileCheck %s
2; RUN: verify-uselistorder < %s
3
Steven Wu010fc492017-08-21 21:49:13 +00004!llvm.module.flags = !{!0, !1, !2}
Manman Renb5d7ff42016-05-25 23:14:48 +00005
Steven Wu010fc492017-08-21 21:49:13 +00006!0 = !{i32 1, !"PIC Level", i32 1}
7!1 = !{i32 1, !"PIE Level", i32 1}
8!2 = !{i32 1, !"Objective-C Image Info Version", i32 0}
Manman Renb5d7ff42016-05-25 23:14:48 +00009
Steven Wu010fc492017-08-21 21:49:13 +000010; CHECK: !0 = !{i32 7, !"PIC Level", i32 1}
11; CHECK: !1 = !{i32 7, !"PIE Level", i32 1}
12; CHECK: !2 = !{i32 1, !"Objective-C Image Info Version", i32 0}
13; CHECK: !3 = !{i32 4, !"Objective-C Class Properties", i32 0}