1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/test/tools/yaml2obj
Dave Lee e8a3b2bc92 Add ELF dynamic symbol support to yaml2obj/obj2yaml
Summary:
This change introduces a `DynamicSymbols` field to the ELF specific YAML
supported by `yaml2obj` and `obj2yaml`. This grouping of symbols provides a way
to represent ELF dynamic symbols. The `DynamicSymbols` structure is identical to
the existing `Symbols`.

Reviewers: compnerd, jakehehrlich, silvas

Reviewed By: silvas

Subscribers: silvas, jakehehrlich, llvm-commits

Differential Revision: https://reviews.llvm.org/D39582

llvm-svn: 318433
2017-11-16 18:10:15 +00:00
..
dynamic-symbols.yaml Add ELF dynamic symbol support to yaml2obj/obj2yaml 2017-11-16 18:10:15 +00:00
empty-symbols.yaml Allow empty mappings for optional YAML input 2017-11-16 17:46:11 +00:00
invalid_output_file.test
invalid-symboless-relocation.yaml
lit.local.cfg
missing_document_tag.yaml
program-header-align.yaml
program-header-nobits.yaml
program-header.yaml
section-ordering.yaml Reapply: Allow yaml2obj to order implicit sections for ELF 2017-11-09 14:53:43 +00:00
symbol-index-invalid.yaml
symbol-index.yaml
symboless-relocation.yaml
unnamed-section.yaml Reapply: Allow yaml2obj to order implicit sections for ELF 2017-11-09 14:53:43 +00:00
unsupported_document_tag.yaml