1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/test/tools/yaml2obj
Georgii Rymar 5ee22c8a68 [yaml2obj] - Add a way to override sh_flags section field.
Currently we have the `Flags` property that allows to
set flags for a section. The problem is that it does not
allow us to set an arbitrary value, because of bit fields
validation under the hood. An arbitrary values can be used
to test specific broken cases.

We probably do not want to relax the validation, so this
patch adds a `ShSize` property that allows to
override the `sh_size`. It is inline with others `Sh*` properties
we have already.

Differential revision: https://reviews.llvm.org/D71411
2019-12-13 11:54:37 +03:00
..
COFF [COFF] Widen PE32Header fields to fit 64 bit versions 2019-11-21 12:05:00 +02:00
ELF [yaml2obj] - Add a way to override sh_flags section field. 2019-12-13 11:54:37 +03:00
Minidump [yaml2obj][test] Move tests to binary format specific subdirectories 2019-11-18 09:06:14 -08:00
empty-or-invalid-doc.yaml [yaml2obj/ObjectYAML] - Cleanup the error reporting API, add custom errors handlers. 2019-09-13 16:00:16 +00:00
invalid-output-file.yaml [yaml2obj][test] Move tests to binary format specific subdirectories 2019-11-18 09:06:14 -08:00
invalid-yaml.yaml [llvm/test/Object] - Cleanup and move out the yaml2obj tests. 2019-08-06 08:02:25 +00:00
lit.local.cfg [obj2yaml][yaml2obj]Locate all .yaml and .test tests 2019-02-20 15:13:44 +00:00
missing_document_tag.yaml [yaml2obj/ObjectYAML] - Cleanup the error reporting API, add custom errors handlers. 2019-09-13 16:00:16 +00:00
multi-doc.yaml [yaml2obj][test] Move tests to binary format specific subdirectories 2019-11-18 09:06:14 -08:00
unsupported_document_tag.yaml