diff options
Diffstat (limited to 'test/DebugInfo/COFF/cpp-mangling.ll')
-rw-r--r-- | test/DebugInfo/COFF/cpp-mangling.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/DebugInfo/COFF/cpp-mangling.ll b/test/DebugInfo/COFF/cpp-mangling.ll index 8d1a136ec5fc..6f8b5a21ffba 100644 --- a/test/DebugInfo/COFF/cpp-mangling.ll +++ b/test/DebugInfo/COFF/cpp-mangling.ll @@ -12,12 +12,12 @@ ; fn_tmpl<int, foo::bar>(); ; } -; CHECK: ProcStart { +; CHECK: {{.*}}Proc{{.*}}Sym { ; CHECK: FunctionType: bar ({{.*}}) ; CHECK: DisplayName: foo::bar{{$}} ; CHECK-NEXT: LinkageName: ?bar@foo@@YAHH@Z -; CHECK: ProcStart { +; CHECK: {{.*}}Proc{{.*}}Sym { ; CHECK: FunctionType: fn_tmpl ({{.*}}) ; CHECK: DisplayName: foo::fn_tmpl<int,&foo::bar> ; CHECK-NEXT: LinkageName: ??$fn_tmpl@H$1?bar@foo@@YAHH@Z@foo@@YAXXZ |