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 | 7f5bedf36f8596621b91780207f53ef8d91e18f0 (patch) | |
tree | 73c7671c8b69be8bec914cd0c5091c44e8748cd7 /test/CodeGenCXX/debug-info-flex-member.cpp | |
parent | 71dc046d3ca780cf946bb557fefc45e3f26c3b80 (diff) | |
download | clang-7f5bedf36f8596621b91780207f53ef8d91e18f0.tar.gz |
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.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219011 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/debug-info-flex-member.cpp')
-rw-r--r-- | test/CodeGenCXX/debug-info-flex-member.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/debug-info-flex-member.cpp b/test/CodeGenCXX/debug-info-flex-member.cpp index 11329aa1e2..7f54415e1e 100644 --- a/test/CodeGenCXX/debug-info-flex-member.cpp +++ b/test/CodeGenCXX/debug-info-flex-member.cpp @@ -1,6 +1,6 @@ // RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-darwin %s -o - | FileCheck %s -// CHECK: metadata !{i32 {{.*}}, i64 0, i64 -1} ; [ DW_TAG_subrange_type ] +// CHECK: metadata !{metadata !"0x21\000\00-1"} ; [ DW_TAG_subrange_type ] struct StructName { int member[]; |