Adrian Prantl | 849c760 | 2015-05-21 20:37:30 +0000 | [diff] [blame] | 1 | ; The input uses the older (r236428) form without a dwoId field. This should |
| 2 | ; default to 0, which is not displayed at all in the textual representation. |
| 3 | ; |
| 4 | ; RUN: llvm-dis %s.bc -o - | FileCheck %s |
Duncan P. N. Exon Smith | c61bc48 | 2015-08-03 17:26:41 +0000 | [diff] [blame] | 5 | ; CHECK: distinct !DICompileUnit |
Adrian Prantl | 849c760 | 2015-05-21 20:37:30 +0000 | [diff] [blame] | 6 | ; CHECK-NOT: dwoId: |
| 7 | !named = !{!0} |
| 8 | !0 = !DICompileUnit(language: 12, file: !1) |
| 9 | !1 = !DIFile(filename: "path/to/file", directory: "/path/to/dir") |