[PATCH] D63596: [yaml2obj/obj2yaml] - Allow having the symbols and sections with duplicated names.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 21 06:44:38 PDT 2019


jhenderson added a comment.

> I do not think it is a very often case to have duplicated symbol/sections name, so I selected the less intrusive way.

Okay, I don't mind. To me, most important is that you can specify multiple sections/symbols with identical names, since I've wanted to do that on more than one occasion. It might be nice if you could accept the following and auto-create the suffixes internally, but I don't feel strongly about it:

  Sections:
    - Name: foo
      Type: SHT_PROGBITS
    - Name: foo
      Type: SHT_PROGBITS


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

https://reviews.llvm.org/D63596





More information about the llvm-commits mailing list