[PATCH] D123434: [lld-macho][nfc] Simplify unwind section lookup

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 22 11:36:21 PDT 2022


int3 marked an inline comment as done.
int3 added inline comments.


================
Comment at: lld/MachO/InputFiles.cpp:918
+
+  Section *ehFrameSection = nullptr;
+  Section *compactUnwindSection = nullptr;
----------------
Roger wrote:
> It looks like we do not use this variable aside from assigning to it. Can we get rid of it?
it's used in the next diff, I don't think finagling with merge conflicts just to relocate it there is worthwhile :P


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123434



More information about the llvm-commits mailing list