[PATCH] D58437: [yaml2obj][obj2yaml] - Support SHT_GNU_verdef ( .gnu.version_d) section.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 20 07:01:44 PST 2019


grimar marked an inline comment as done.
grimar added inline comments.


================
Comment at: test/tools/obj2yaml/verdef-section.yaml:69-71
+DynamicSymbols:
+  Global:
+    - Name:            foo
----------------
jhenderson wrote:
> Do you need this symbol?
Yes, it triggers the creation of `.dynsym` and `.dynstr`. I need the latter.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58437/new/

https://reviews.llvm.org/D58437





More information about the llvm-commits mailing list