[PATCH] D67143: [llvm-objcopy] Rename variable names "Section" to "Sec". NFC

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 4 01:34:26 PDT 2019


grimar accepted this revision.
grimar added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: tools/llvm-objcopy/ELF/Object.cpp:1293
+        if (!Sec.ParentSegment || Sec.ParentSegment->Offset > Seg.Offset) {
+          Sec.ParentSegment = &Seg;
         }
----------------
nit: no need to have curly bracers around this single line.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D67143





More information about the llvm-commits mailing list