Adrian Prantl | d63bfd2 | 2017-07-19 00:09:54 +0000 | [diff] [blame] | 1 | ; RUN: llvm-dis < %s.bc | FileCheck %s |
| 2 | ; RUN: verify-uselistorder < %s.bc |
| 3 | |
| 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} |