summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/debug-info-version.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-version.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-version.c')
-rw-r--r--clang/test/CodeGen/debug-info-version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/debug-info-version.c b/clang/test/CodeGen/debug-info-version.c
index 325345f0b26..dd303c1fddb 100644
--- a/clang/test/CodeGen/debug-info-version.c
+++ b/clang/test/CodeGen/debug-info-version.c
@@ -4,5 +4,5 @@ int main (void) {
return 0;
}
-// CHECK: metadata !{i32 2, metadata !"Debug Info Version", i32 1}
+// CHECK: metadata !{i32 2, metadata !"Debug Info Version", i32 2}
// NO_DEBUG-NOT: metadata !"Debug Info Version"
OpenPOWER on IntegriCloud