16 lines · plain
1; RUN: llc -mtriple x86_64-unknown-windows-msvc -filetype asm -o - %s | FileCheck %s2; REQUIRES: x86-registered-target3 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", !".objc_imageinfo$B"}9!3 = !{i32 1, !"Objective-C Garbage Collection", i32 2}10 11; CHECK: .section .objc_imageinfo$B,"dr"12; CHECK: OBJC_IMAGE_INFO:13; CHECK: .long 014; CHECK: .long 215 16