16 lines · plain
1; RUN: llvm-dis < %s.bc | FileCheck %s2; RUN: verify-uselistorder < %s.bc3 4!llvm.dbg.cu = !{!0}5!llvm.module.flags = !{!9, !10}6 7!0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !1, producer: "clang version 5.0.0 (trunk 308185) (llvm/trunk 308186)", emissionKind: FullDebug, imports: !3)8!1 = !DIFile(filename: "using.ii", directory: "/")9!3 = !{!4}10!4 = !DIImportedEntity(tag: DW_TAG_imported_declaration, scope: !5, entity: !8, line: 301)11; CHECK: !DIImportedEntity(tag: DW_TAG_imported_declaration, scope: !4, entity: !5)12!5 = !DINamespace(name: "M", scope: null)13!8 = !DINamespace(name: "N", scope: null)14!9 = !{i32 2, !"Dwarf Version", i32 4}15!10 = !{i32 2, !"Debug Info Version", i32 3}16