[PATCH] D66998: [yaml2obj] - Allow overriding sh_name fields of the sections.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 30 07:33:37 PDT 2019


MaskRay accepted this revision.
MaskRay added inline comments.


================
Comment at: lib/ObjectYAML/ELFEmitter.cpp:400
 
     // Override the sh_offset/sh_size fields if requested.
     if (Sec) {
----------------
// Override the fields if requested.


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

https://reviews.llvm.org/D66998





More information about the llvm-commits mailing list