diff options
author | Georgii Rymar <grimar@accesssoftek.com> | 2020-03-04 16:55:15 +0300 |
---|---|---|
committer | Georgii Rymar <grimar@accesssoftek.com> | 2020-03-06 13:59:58 +0300 |
commit | e4ceb8f4217d9203ecd7134d5fe2bac6d49c724d (patch) | |
tree | ae06b1ccc174853bacfe104490ec87fab08b1dd9 /lldb/packages/Python/lldbsuite/test | |
parent | 7391885d5c51e6026a137b2683cb4ebc259a9833 (diff) | |
download | llvm-e4ceb8f4217d9203ecd7134d5fe2bac6d49c724d.zip llvm-e4ceb8f4217d9203ecd7134d5fe2bac6d49c724d.tar.gz llvm-e4ceb8f4217d9203ecd7134d5fe2bac6d49c724d.tar.bz2 |
[lib/ObjectYAML] - Make `ELFYAML::Relocation::Offset` optional.
Currently `yaml2obj` require `Offset` field in a relocation description.
There are many cases when `Offset` is insignificant in a context of a test case.
Making `Offset` optional allows to simplify our test cases.
This is what this patch does.
Also, with this patch `obj2yaml` does not dump a zero offset of a relocation.
Differential revision: https://reviews.llvm.org/D75608
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions