[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / Bitcode / upgrade-importedentity.ll
blob134ccf1f3eaf526714be96112d71ed5de34f7ddc
1 ; RUN:  llvm-dis < %s.bc | FileCheck %s
2 ; RUN:  verify-uselistorder < %s.bc
4 !llvm.dbg.cu = !{!0}
5 !llvm.module.flags = !{!9, !10}
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}