diff options
Diffstat (limited to 'test/CodeGenCXX/debug-info-thunk.cpp')
-rw-r--r-- | test/CodeGenCXX/debug-info-thunk.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/CodeGenCXX/debug-info-thunk.cpp b/test/CodeGenCXX/debug-info-thunk.cpp index 9f187901f7ec..935110ffbdce 100644 --- a/test/CodeGenCXX/debug-info-thunk.cpp +++ b/test/CodeGenCXX/debug-info-thunk.cpp @@ -14,4 +14,7 @@ struct C : A, B { void C::f() { } -// CHECK: !"0x2e\00\00\00_ZThn{{[48]}}_N1C1fEv\0015\00{{.*}}", {{.*}} ; [ DW_TAG_subprogram ] [line 15] [def]{{$}} +// CHECK: !DISubprogram(linkageName: "_ZThn{{[48]}}_N1C1fEv" +// CHECK-SAME: line: 15 +// CHECK-SAME: isDefinition: true +// CHECK-SAME: ){{$}} |