This is an archive of the discontinued LLVM Phabricator instance.

[llvm-dwarfdump][test] Generate the DWARF sections from the DWARF mapping key.
AbandonedPublic

Authored by Higuoxing on Aug 31 2020, 11:37 PM.

Details

Summary

yaml2elf now supports generating DWARF sections from the DWARF mapping
key. We can use it to simplify some tests.

Diff Detail

Event Timeline

Higuoxing created this revision.Aug 31 2020, 11:37 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 31 2020, 11:37 PM
Higuoxing requested review of this revision.Aug 31 2020, 11:37 PM

Besides, the debug-str.yaml is moved into the X86/ folder.

This is generic so keeping it under llvm-dwarfdump/ may be fine.

Higuoxing updated this revision to Diff 289089.Sep 1 2020, 12:28 AM

Move debug-str.yaml into the llvm-dwarfdump/ folder.

Thanks!

Higuoxing edited the summary of this revision. (Show Details)Sep 1 2020, 12:28 AM
Higuoxing planned changes to this revision.Sep 1 2020, 1:14 AM
Higuoxing abandoned this revision.Sep 1 2020, 4:48 AM

This patch is no longer needed.