mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
19ffcd1328
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 |
||
---|---|---|
.. | ||
CodeViewYAMLDebugSections.h | ||
CodeViewYAMLSymbols.h | ||
CodeViewYAMLTypeHashing.h | ||
CodeViewYAMLTypes.h | ||
COFFYAML.h | ||
DWARFEmitter.h | ||
DWARFYAML.h | ||
ELFYAML.h | ||
MachOYAML.h | ||
MinidumpYAML.h | ||
ObjectYAML.h | ||
WasmYAML.h | ||
XCOFFYAML.h | ||
yaml2obj.h | ||
YAML.h |