diff options
author | Adrian Prantl <aprantl@apple.com> | 2017-05-01 15:49:40 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2017-05-01 15:49:40 +0000 |
commit | 3b243608f5dcb1aaaab0ae6aaeecd32dec17fc55 (patch) | |
tree | 2883d553f31d1917bfd09390636c29f6d0cfb583 /clang/test/CodeGenCXX/debug-info-namespace.cpp | |
parent | 21f8ac235ec3c1312f835c988a7c2b456a702806 (diff) | |
download | bcm5719-llvm-3b243608f5dcb1aaaab0ae6aaeecd32dec17fc55.tar.gz bcm5719-llvm-3b243608f5dcb1aaaab0ae6aaeecd32dec17fc55.zip |
Relax testcase to fix a PS4 buildbot failure.
llvm-svn: 301805
Diffstat (limited to 'clang/test/CodeGenCXX/debug-info-namespace.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/debug-info-namespace.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-namespace.cpp b/clang/test/CodeGenCXX/debug-info-namespace.cpp index 95a83b128fa..5b81197671e 100644 --- a/clang/test/CodeGenCXX/debug-info-namespace.cpp +++ b/clang/test/CodeGenCXX/debug-info-namespace.cpp @@ -76,7 +76,7 @@ void B::func_fwd() { // CHECK: !DINamespace(scope: null) // CHECK: [[CU:![0-9]+]] = distinct !DICompileUnit( // CHECK-SAME: imports: [[MODULES:![0-9]*]] -// CHECK: [[MODULES]] = !{[[M1:![0-9]+]], [[M2:![0-9]+]], [[M3:![0-9]+]], [[M4:![0-9]+]], [[M5:![0-9]+]], [[M6:![0-9]+]], [[M7:![0-9]+]], [[M8:![0-9]+]], [[M9:![0-9]+]], [[M10:![0-9]+]], [[M11:![0-9]+]], [[M12:![0-9]+]], [[M13:![0-9]+]], [[M14:![0-9]+]], [[M15:![0-9]+]], [[M16:![0-9]+]], [[M17:![0-9]+]]} +// CHECK: [[MODULES]] = !{[[M1:![0-9]+]], [[M2:![0-9]+]], [[M3:![0-9]+]], [[M4:![0-9]+]], [[M5:![0-9]+]], [[M6:![0-9]+]], [[M7:![0-9]+]], [[M8:![0-9]+]], [[M9:![0-9]+]], [[M10:![0-9]+]], [[M11:![0-9]+]], [[M12:![0-9]+]], [[M13:![0-9]+]], [[M14:![0-9]+]], [[M15:![0-9]+]], [[M16:![0-9]+]], [[M17:![0-9]+]] // CHECK: [[M1]] = !DIImportedEntity(tag: DW_TAG_imported_module, scope: [[CTXT]], entity: [[NS]], line: 15) // CHECK: [[M2]] = !DIImportedEntity(tag: DW_TAG_imported_module, scope: [[CU]], entity: [[CTXT]], |