blob: 2aa7362d39bc6c6d20ff6667201367cf9a7c7fc4 [file] [log] [blame]
Peter Collingbourne76221cb2017-09-12 21:50:41 +00001; RUN: llvm-as -disable-verify -o - %s | llvm-dis | FileCheck %s
2
3!named = !{!0}
David Blaikiecf8a4a52018-08-16 21:29:55 +00004; CHECK: !DICompileUnit({{.*}}, nameTableKind: GNU)
5!0 = distinct !DICompileUnit(language: 12, file: !1, nameTableKind: GNU)
Peter Collingbourne76221cb2017-09-12 21:50:41 +00006!1 = !DIFile(filename: "path/to/file", directory: "/path/to/dir")