[PATCH] D123434: [lld-macho][nfc] Simplify unwind section lookup
Roger Kim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 22 11:35:05 PDT 2022
Roger added inline comments.
================
Comment at: lld/MachO/InputFiles.cpp:918
+
+ Section *ehFrameSection = nullptr;
+ Section *compactUnwindSection = nullptr;
----------------
It looks like we do not use this variable aside from assigning to it. Can we get rid of it?
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