It is consistent with the approach we use for Section struct.
Details
Details
Diff Detail
Diff Detail
Event Timeline
llvm/include/llvm/ObjectYAML/ELFYAML.h | ||
---|---|---|
112 | Yes, it is intentional. I'd like to separate 'St*' things. They have a different nature. |
Paths
| Differential D74034
[yaml2obj] - Change NameIndex to StName for Symbol. ClosedPublic Authored by grimar on Feb 5 2020, 2:56 AM.
Details Summary It is consistent with the approach we use for Section struct.
Diff Detail Event Timelinegrimar marked 2 inline comments as done. Comment Actions
This revision is now accepted and ready to land.Feb 5 2020, 7:33 AM Closed by commit rGfd0abcbfc18f: [yaml2obj] - Change NameIndex to StName for Symbol. (authored by grimar). · Explain WhyFeb 6 2020, 1:05 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 242606 llvm/include/llvm/ObjectYAML/ELFYAML.h
llvm/lib/ObjectYAML/ELFEmitter.cpp
llvm/lib/ObjectYAML/ELFYAML.cpp
llvm/test/tools/yaml2obj/ELF/symbol-name.yaml
|
Any particular reason for this blank line?