[PATCH] D86805: [lld-macho] create __TEXT,__unwind_info from __LD,__compact_unwind
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 18 20:34:43 PDT 2020
int3 added inline comments.
================
Comment at: lld/MachO/OutputSegment.cpp:65
- outputSegments.push_back(segRef);
+ if (name != segment_names::ld) // TODO(gkm): only when no -r
+ outputSegments.push_back(segRef);
----------------
is this still necessary?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86805/new/
https://reviews.llvm.org/D86805
More information about the llvm-commits
mailing list