[PATCH] D64999: [yaml2obj] - Change how we handle implicit sections.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 19 08:49:51 PDT 2019


grimar added a comment.

As an alternative if we do not want to make document non-const, I can introduce a new list of `Section *`
and populate it using `Doc.Sections` and new sections. yaml2elf will refer to this new list instead of `Doc.Sections`.
I did not try, but this also should work.


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

https://reviews.llvm.org/D64999





More information about the llvm-commits mailing list