diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-10-02 21:56:07 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-10-02 21:56:07 +0000 |
commit | 02b418a875b630be83fad340e3a213701904617c (patch) | |
tree | 0a1e6916b0942c72e2b76df569e2b0d2f873090b /clang/test/CodeGenCXX/debug-info-thunk.cpp | |
parent | 0d725e2fd2ac77b9a8558b790f39942ab6ab4217 (diff) | |
download | bcm5719-llvm-02b418a875b630be83fad340e3a213701904617c.tar.gz bcm5719-llvm-02b418a875b630be83fad340e3a213701904617c.zip |
DI: LLVM schema change: fold constants into string
Update debug info testcases for an LLVM metadata schema change to fold
metadata constant operands into a single `MDString`.
Part of PR17891.
llvm-svn: 218913
Diffstat (limited to 'clang/test/CodeGenCXX/debug-info-thunk.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/debug-info-thunk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-thunk.cpp b/clang/test/CodeGenCXX/debug-info-thunk.cpp index 1d6f1a77b49..a2dd43c513f 100644 --- a/clang/test/CodeGenCXX/debug-info-thunk.cpp +++ b/clang/test/CodeGenCXX/debug-info-thunk.cpp @@ -14,4 +14,4 @@ struct C : A, B { void C::f() { } -// CHECK: metadata !"_ZThn{{4|8}}_N1C1fEv", i32 15, {{.*}} ; [ DW_TAG_subprogram ] [line 15] [def]{{$}} +// CHECK: metadata !{metadata !"0x2e\00\00\00_ZThn{{[48]}}_N1C1fEv\0015\00{{.*}}", {{.*}} ; [ DW_TAG_subprogram ] [line 15] [def]{{$}} |