Peter Collingbourne | b52e236 | 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} | ||||
4 | ; CHECK: !DICompileUnit({{.*}}, gnuPubnames: true) | ||||
5 | !0 = distinct !DICompileUnit(language: 12, file: !1, gnuPubnames: true) | ||||
6 | !1 = !DIFile(filename: "path/to/file", directory: "/path/to/dir") |