diff options
Diffstat (limited to 'llvm/test/Bitcode')
-rw-r--r-- | llvm/test/Bitcode/dicompileunit-gnu-pubnames.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Bitcode/dicompileunit-gnu-pubnames.ll b/llvm/test/Bitcode/dicompileunit-gnu-pubnames.ll index 31c28501647..2aa7362d39b 100644 --- a/llvm/test/Bitcode/dicompileunit-gnu-pubnames.ll +++ b/llvm/test/Bitcode/dicompileunit-gnu-pubnames.ll @@ -1,6 +1,6 @@ ; RUN: llvm-as -disable-verify -o - %s | llvm-dis | FileCheck %s !named = !{!0} -; CHECK: !DICompileUnit({{.*}}, gnuPubnames: true) -!0 = distinct !DICompileUnit(language: 12, file: !1, gnuPubnames: true) +; CHECK: !DICompileUnit({{.*}}, nameTableKind: GNU) +!0 = distinct !DICompileUnit(language: 12, file: !1, nameTableKind: GNU) !1 = !DIFile(filename: "path/to/file", directory: "/path/to/dir") |