diff options
author | Georgii Rymar <grimar@accesssoftek.com> | 2019-11-22 17:18:34 +0300 |
---|---|---|
committer | Georgii Rymar <grimar@accesssoftek.com> | 2019-11-25 12:57:53 +0300 |
commit | 9659464d7e7f30c6a1cee07c739dfe8f812924fd (patch) | |
tree | 1a066995b2f806e663c465c3608740f5c02ae296 /lldb/packages/Python/lldbsuite/test/python_api | |
parent | e841029aef74d99d1cb9443edd4a7b761d84ff45 (diff) | |
download | bcm5719-llvm-9659464d7e7f30c6a1cee07c739dfe8f812924fd.tar.gz bcm5719-llvm-9659464d7e7f30c6a1cee07c739dfe8f812924fd.zip |
[yaml2obj/obj2yaml] - Add support for SHT_LLVM_DEPENDENT_LIBRARIES sections.
This section contains strings specifying libraries to be added to the link by the linker.
The strings are encoded as standard null-terminated UTF-8 strings.
This patch adds a way to describe and dump SHT_LLVM_DEPENDENT_LIBRARIES sections.
I introduced a new YAMLFlowString type here. That used to teach obj2yaml to dump
them like:
```
Libraries: [ foo, bar ]
```
instead of the following (if StringRef would be used):
```
Libraries:
- foo
- bar
```
Differential revision: https://reviews.llvm.org/D70598
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api')
0 files changed, 0 insertions, 0 deletions