1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/test/tools/yaml2obj
Paul Semel d20cb8772f [yaml2obj] Add default sh_entsize for dynamic sections
Dynamic section holds a table, so the sh_entsize might be set. As the
dynamic section entry size never changes, we can default it to the size
of a dynamic entry.

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

llvm-svn: 337725
2018-07-23 18:49:04 +00:00
..
dynamic-section.yaml [yaml2obj] Add default sh_entsize for dynamic sections 2018-07-23 18:49:04 +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 [yaml2obj][ELF] Make symbols optional for relocations 2017-08-30 23:13:31 +00:00
lit.local.cfg
missing_document_tag.yaml
program-header-align.yaml [yaml2obj][ELF] Add support for setting alignment in program headers 2017-11-01 23:14:48 +00:00
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 [yaml2obj][ELF] Add support for symbol indexes greater than SHN_LORESERVE 2017-09-07 20:44:16 +00:00
symbol-index.yaml [yaml2obj][ELF] Add support for symbol indexes greater than SHN_LORESERVE 2017-09-07 20:44:16 +00:00
symboless-relocation.yaml [yaml2obj][ELF] Make symbols optional for relocations 2017-08-30 23:13:31 +00:00
unnamed-section.yaml Reapply: Allow yaml2obj to order implicit sections for ELF 2017-11-09 14:53:43 +00:00
unsupported_document_tag.yaml