[PATCH] D94659: [yaml2obj/obj2yaml] - Refine handling of SHT_GNU_verdef sections.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 14 04:15:56 PST 2021


grimar added inline comments.


================
Comment at: llvm/test/tools/yaml2obj/ELF/verdef-section.yaml:82
           - VERSION_1
-      - Version:         1
-        Flags:           3
-        VersionNdx:      3
-        Hash:            108387922
+## Case 4: an entry that has version predecessors and all known flags set.
+      - Flags:      7
----------------
jhenderson wrote:
> What about unknown flags?
I've updated this case to cover both known and unknown cases.


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

https://reviews.llvm.org/D94659



More information about the llvm-commits mailing list