[PATCH] D39582: Add ELF dynamic symbol support to yaml2obj/obj2yaml

Jake Ehrlich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 10 12:49:59 PST 2017


jakehehrlich added inline comments.


================
Comment at: test/tools/yaml2obj/dynamic-symbols.yaml:30-31
+
+# SECTION: Name: .dynsym
+# SECTION: Name: .dynstr
+
----------------
You should also confirm that these sections a) have type SHT_DYNSYM and SHT_DYNSTR. Also you should check that they have SHF_ALLOC set.


https://reviews.llvm.org/D39582





More information about the llvm-commits mailing list