[PATCH] D79984: [yaml2obj] - Add a technical suffix for each unnamed chunk.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 20 03:13:01 PDT 2020


grimar added inline comments.


================
Comment at: llvm/lib/ObjectYAML/ELFEmitter.cpp:415
 
 constexpr StringRef SuffixStart = " (";
 constexpr char SuffixEnd = ')';
----------------
MaskRay wrote:
> I think the code can be simplified if you change here to `constexpr char SuffixStart = '('`
Done.


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

https://reviews.llvm.org/D79984





More information about the llvm-commits mailing list