[PATCH] D54867: [yaml2obj] Introduce symbol version section to yaml2obj
Xing via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 29 07:32:27 PST 2018
Higuoxing marked an inline comment as done.
Higuoxing added inline comments.
================
Comment at: test/tools/yaml2obj/symbol-version-section.yaml:74
+ Hash: 0x1234
+ Auxiliaries:
+ - Name: 0x3e
----------------
According to https://www.akkadia.org/drepper/symbol-versioning
> vda_next: byte offset to the next Elfxx_Verdaux entry. The first entry (pointed to by the Elfxx_Verdef entry, contains the actual defined name. The second and all later entries name predecessor versions.
What if change `Auxiliaries` to
```
Name <Required>
Predecessor/Parent <Optional> (Parent is used by `gnu-readelf` and `gnu-objdump`)
```
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54867/new/
https://reviews.llvm.org/D54867
More information about the llvm-commits
mailing list