Peter Collingbourne | 76221cb | 2017-09-12 21:50:41 +0000 | [diff] [blame] | 1 | ; RUN: llvm-as -disable-verify -o - %s | llvm-dis | FileCheck %s |
2 | |||||
3 | !named = !{!0} | ||||
David Blaikie | cf8a4a5 | 2018-08-16 21:29:55 +0000 | [diff] [blame] | 4 | ; CHECK: !DICompileUnit({{.*}}, nameTableKind: GNU) |
5 | !0 = distinct !DICompileUnit(language: 12, file: !1, nameTableKind: GNU) | ||||
Peter Collingbourne | 76221cb | 2017-09-12 21:50:41 +0000 | [diff] [blame] | 6 | !1 = !DIFile(filename: "path/to/file", directory: "/path/to/dir") |