[PATCH] D54867: [yaml2obj] Make sh_info field editable in raw content section

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 26 01:47:53 PST 2018


grimar added a comment.

I think this should be fine for now, with the refactoring change mentioned.



================
Comment at: tools/yaml2obj/yaml2elf.cpp:264
+        }
+        SHeader.sh_info = Index;
+      }
----------------
I agree with James that this ideally should be refactored to a static helper probably.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D54867





More information about the llvm-commits mailing list