diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-10-03 20:01:52 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-10-03 20:01:52 +0000 |
commit | 3c51fa6aae263ee92a1340ca315da604264be9bc (patch) | |
tree | 144e33361f9d426099badbe6c36feb47a2d3d3ef /clang/test/CodeGenCXX/debug-info-rvalue-ref.cpp | |
parent | 176b691d322208a192e24aaa928cd5c072046a97 (diff) | |
download | bcm5719-llvm-3c51fa6aae263ee92a1340ca315da604264be9bc.tar.gz bcm5719-llvm-3c51fa6aae263ee92a1340ca315da604264be9bc.zip |
Revert "Revert "DI: LLVM schema change: fold constants into string""
This reverts commit r218917, effectively reapplying r218913. Original
commit message follows.
--
Update debug info testcases for an LLVM metadata schema change to fold
metadata constant operands into a single `MDString`.
Part of PR17891.
llvm-svn: 219011
Diffstat (limited to 'clang/test/CodeGenCXX/debug-info-rvalue-ref.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/debug-info-rvalue-ref.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-rvalue-ref.cpp b/clang/test/CodeGenCXX/debug-info-rvalue-ref.cpp index 142f587fc62..ce5d3c13544 100644 --- a/clang/test/CodeGenCXX/debug-info-rvalue-ref.cpp +++ b/clang/test/CodeGenCXX/debug-info-rvalue-ref.cpp @@ -8,4 +8,4 @@ void foo (int &&i) printf("%d\n", i); } -// CHECK: metadata !{i32 {{.*}}, null, null, null, i32 0, i64 0, i64 0, i64 0, i32 0, metadata !{{.*}}} ; [ DW_TAG_rvalue_reference_type ] +// CHECK: metadata !{metadata !"0x42\00\000\000\000\000\000", null, null, metadata !{{.*}}} ; [ DW_TAG_rvalue_reference_type ] |