It allows using "Size" with or without "Content" in YAML descriptions of
SHT_LLVM_ADDRSIG sections.
Depends on D68333.
Paths
| Differential D68334
[yaml2obj] - Add a Size tag support for SHT_LLVM_ADDRSIG sections. ClosedPublic Authored by grimar on Oct 2 2019, 6:37 AM.
Details Summary It allows using "Size" with or without "Content" in YAML descriptions of Depends on D68333.
Diff Detail Event TimelineComment Actions One suggestion. Otherwise, looks good.
This revision is now accepted and ready to land.Oct 3 2019, 6:03 AM Closed by commit rL373610: [yaml2obj] - Add a Size tag support for SHT_LLVM_ADDRSIG sections. (authored by grimar). · Explain WhyOct 3 2019, 8:03 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 222993 include/llvm/ObjectYAML/ELFYAML.h
lib/ObjectYAML/ELFEmitter.cpp
lib/ObjectYAML/ELFYAML.cpp
test/tools/yaml2obj/elf-llvm-addrsig-section.yaml
|
Thinking about it, there probably wants to be a test-case for Size == Content, to show that this exact scenario is also allowed.