[PATCH] D58437: [yaml2obj][obj2yaml] - Support SHT_GNU_verdef ( .gnu.version_d) section.
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 20 07:10:13 PST 2019
jhenderson added inline comments.
================
Comment at: test/tools/obj2yaml/verdef-section.yaml:69-71
+DynamicSymbols:
+ Global:
+ - Name: foo
----------------
grimar wrote:
> jhenderson wrote:
> > Do you need this symbol?
> Yes, it triggers the creation of `.dynsym` and `.dynstr`. I need the latter.
Okay. You could always create an explicit .dynstr section instead though. But this is fine.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58437/new/
https://reviews.llvm.org/D58437
More information about the llvm-commits
mailing list