summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/debug-info-block-out-return.c
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-10-03 20:01:52 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-10-03 20:01:52 +0000
commit3c51fa6aae263ee92a1340ca315da604264be9bc (patch)
tree144e33361f9d426099badbe6c36feb47a2d3d3ef /clang/test/CodeGen/debug-info-block-out-return.c
parent176b691d322208a192e24aaa928cd5c072046a97 (diff)
downloadbcm5719-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/CodeGen/debug-info-block-out-return.c')
-rw-r--r--clang/test/CodeGen/debug-info-block-out-return.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGen/debug-info-block-out-return.c b/clang/test/CodeGen/debug-info-block-out-return.c
index da84df8f11c..d8f92383f34 100644
--- a/clang/test/CodeGen/debug-info-block-out-return.c
+++ b/clang/test/CodeGen/debug-info-block-out-return.c
@@ -11,8 +11,8 @@
// out of order or not at all (the latter would occur if they were both assigned
// the same argument number by mistake).
-// CHECK: metadata !".block_descriptor", metadata !{{[0-9]*}}, i32 16777218, {{.*}} ; [ DW_TAG_arg_variable ] [.block_descriptor]
-// CHECK: metadata !"param", metadata !{{[0-9]*}}, i32 33554434, {{.*}} ; [ DW_TAG_arg_variable ] [param]
+// CHECK: metadata !"0x101\00.block_descriptor\0016777218\00{{[0-9]+}}", {{.*}} ; [ DW_TAG_arg_variable ] [.block_descriptor]
+// CHECK: metadata !"0x101\00param\0033554434\00{{[0-9]+}}", {{.*}} ; [ DW_TAG_arg_variable ] [param]
// Line directive so we don't have to worry about how many lines preceed the
// test code (as the line number is mangled in with the argument number as shown
OpenPOWER on IntegriCloud