diff options
author | Reid Kleckner <rnk@google.com> | 2016-06-30 17:41:27 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2016-06-30 17:41:27 +0000 |
commit | 12e64d953f14fa645823d347682340aace36f26c (patch) | |
tree | 7705b17d057d9957e863e8f1be490a34f89b8dab /clang/test/CodeGenCXX/debug-info-namespace.cpp | |
parent | 9f4ef630e0dcfdbdb9850257543cfb8004e30147 (diff) | |
download | bcm5719-llvm-12e64d953f14fa645823d347682340aace36f26c.tar.gz bcm5719-llvm-12e64d953f14fa645823d347682340aace36f26c.zip |
Port some more debug info tests on Windows
llvm-svn: 274245
Diffstat (limited to 'clang/test/CodeGenCXX/debug-info-namespace.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/debug-info-namespace.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-namespace.cpp b/clang/test/CodeGenCXX/debug-info-namespace.cpp index cd301fdad26..060a5cea636 100644 --- a/clang/test/CodeGenCXX/debug-info-namespace.cpp +++ b/clang/test/CodeGenCXX/debug-info-namespace.cpp @@ -95,7 +95,7 @@ void B::func_fwd() {} // CHECK: [[M11]] = !DIImportedEntity(tag: DW_TAG_imported_declaration, name: "X", scope: [[FUNC]], entity: [[CTXT]] // CHECK: [[M12]] = !DIImportedEntity(tag: DW_TAG_imported_declaration, name: "Y", scope: [[FUNC]], entity: [[M11]] // CHECK: [[M13]] = !DIImportedEntity(tag: DW_TAG_imported_declaration, scope: [[FUNC]], entity: [[VAR_DECL:![0-9]+]] -// CHECK: [[VAR_DECL]] = !DIGlobalVariable(name: "var_decl", linkageName: "_ZN1A1B8var_declE", scope: [[NS]],{{.*}} line: 8, +// CHECK: [[VAR_DECL]] = !DIGlobalVariable(name: "var_decl", linkageName: "{{[^"]*var_decl[^"]*}}", scope: [[NS]],{{.*}} line: 8, // CHECK: [[M14]] = !DIImportedEntity(tag: DW_TAG_imported_declaration, scope: [[FUNC]], entity: [[FUNC_DECL:![0-9]+]] // CHECK: [[FUNC_DECL]] = !DISubprogram(name: "func_decl", // CHECK-SAME: scope: [[NS]], file: [[FOOCPP]], line: 9 @@ -111,5 +111,3 @@ void B::func_fwd() {} // CHECK-NOLIMIT: !DICompositeType(tag: DW_TAG_structure_type, name: "bar",{{.*}} line: 6, // CHECK-NOLIMIT-NOT: DIFlagFwdDecl // CHECK-NOLIMIT-SAME: ){{$}} - -// REQUIRES: dw2 |