[PATCH] D92565: [yaml2obj,obj2yaml] - Make Symbol::Section field optional.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 4 00:15:16 PST 2020


grimar added inline comments.


================
Comment at: llvm/test/tools/yaml2obj/ELF/dynamic-symbols.yaml:79
+  - Name:    zed1
+    Section: [[SEC=<none>]]
+## The case when no "Section" key is set.
----------------
MaskRay wrote:
> You may need a test where `Section:` is empty
I've added this test.


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

https://reviews.llvm.org/D92565



More information about the llvm-commits mailing list