diff options
| author | David Blaikie <dblaikie@gmail.com> | 2015-12-02 22:01:56 +0000 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2015-12-02 22:01:56 +0000 |
| commit | b3757c008b89c4896d4848b847a513c2c998c1a6 (patch) | |
| tree | 0ca01e4a4500626dad0dd350e83340de3f753349 /llvm/test/tools/llvm-dwp/X86 | |
| parent | 3e3bb95b6951c313dd5dd1c099184c309a3952e2 (diff) | |
| download | bcm5719-llvm-b3757c008b89c4896d4848b847a513c2c998c1a6.tar.gz bcm5719-llvm-b3757c008b89c4896d4848b847a513c2c998c1a6.zip | |
[llvm-dwp] Include only the non-empty columns in the cu_index
llvm-svn: 254555
Diffstat (limited to 'llvm/test/tools/llvm-dwp/X86')
| -rw-r--r-- | llvm/test/tools/llvm-dwp/X86/simple.test | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-dwp/X86/simple.test b/llvm/test/tools/llvm-dwp/X86/simple.test index aa5ae40dc2b..6ee19697442 100644 --- a/llvm/test/tools/llvm-dwp/X86/simple.test +++ b/llvm/test/tools/llvm-dwp/X86/simple.test @@ -42,7 +42,11 @@ CHECK: DW_AT_name {{.*}} "b" CHECK: DW_TAG_formal_parameter CHECK: .debug_cu_index contents: -FIXME: Emit and verify the cu_index contents +Ensure only the relevant/contained sections are included in the table: +CHECK: Index Signature INFO ABBREV STR_OFFSETS +Don't bother checking the Signatures, they aren't correct yet. +CHECK: [0x00000000, 0x00000029) [0x00000000, 0x00000031) [0x00000000, 0x00000010) +CHECK: [0x00000029, 0x0000005e) [0x00000031, 0x00000075) [0x00000010, 0x00000024) CHECK: .debug_str.dwo contents: CHECK: "clang version |

