22 lines · plain
1; RUN: llvm-as %s -o - | llvm-dis - | FileCheck %s2 3; The IRUpgrader turns a i32 type "Objective-C Garbage Collection"4; into i8 value.5 6target triple = "x86_64-apple-macosx10.15.0"7 8!llvm.module.flags = !{!0, !1, !2, !3, !4, !5, !6, !7}9!llvm.ident = !{!8}10 11!0 = !{i32 2, !"SDK Version", [2 x i32] [i32 10, i32 15]}12!1 = !{i32 1, !"Objective-C Version", i32 2}13!2 = !{i32 1, !"Objective-C Image Info Version", i32 0}14!3 = !{i32 1, !"Objective-C Image Info Section", !"__DATA,__objc_imageinfo,regular,no_dead_strip"}15!4 = !{i32 1, !"Objective-C Garbage Collection", i32 0}16!5 = !{i32 1, !"Objective-C Class Properties", i32 64}17!6 = !{i32 1, !"wchar_size", i32 4}18!7 = !{i32 7, !"PIC Level", i32 2}19!8 = !{!"Apple clang version 11.0.0 (clang-1100.0.33.12)"}20 21; CHECK: !{{[0-9]+}} = !{i32 1, !"Objective-C Garbage Collection", i8 0}22