diff options
author | Adrian Prantl <aprantl@apple.com> | 2017-07-19 00:09:58 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2017-07-19 00:09:58 +0000 |
commit | 5649b0e8c934b2680ba353c748b996339671388d (patch) | |
tree | 20a3d36e0a07063ae40ddce76fe39233eb72f91f /clang/test/CodeGenCXX/debug-info-anon-namespace.cpp | |
parent | d63bfd218b67a9a33f16c6a7317f56c833826e62 (diff) | |
download | bcm5719-llvm-5649b0e8c934b2680ba353c748b996339671388d.tar.gz bcm5719-llvm-5649b0e8c934b2680ba353c748b996339671388d.zip |
Update for LLVM IR metadata changes (DIImportedEntity now needs a DIFile).
<rdar://problem/33357889>
https://bugs.llvm.org/show_bug.cgi?id=33822
Differential Revision: https://reviews.llvm.org/D35583
llvm-svn: 308399
Diffstat (limited to 'clang/test/CodeGenCXX/debug-info-anon-namespace.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/debug-info-anon-namespace.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-anon-namespace.cpp b/clang/test/CodeGenCXX/debug-info-anon-namespace.cpp index 79298deaf8b..3f4ef2a3836 100644 --- a/clang/test/CodeGenCXX/debug-info-anon-namespace.cpp +++ b/clang/test/CodeGenCXX/debug-info-anon-namespace.cpp @@ -21,7 +21,7 @@ int *b2 = &a2; // PS4: [[NS:![0-9]+]] = !DINamespace // PS4: [[CU:![0-9]+]] = distinct !DICompileUnit // PS4: [[NS2:![0-9]+]] = !DINamespace -// PS4: !DIImportedEntity(tag: DW_TAG_imported_module, scope: [[CU]], entity: [[NS]]) -// PS4: !DIImportedEntity(tag: DW_TAG_imported_module, scope: [[NS]], entity: [[NS2]], line: {{[0-9]+}}) +// PS4: !DIImportedEntity(tag: DW_TAG_imported_module, scope: [[CU]], entity: [[NS]], file: {{![0-9]+}}) +// PS4: !DIImportedEntity(tag: DW_TAG_imported_module, scope: [[NS]], entity: [[NS2]], file: {{![0-9]+}}, line: {{[0-9]+}}) // NON-PS4-NOT: !DIImportedEntity |