[PATCH] D98462: [lld-macho] Refactor Defined to take an InputSection/OutputSection union.

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 12 06:03:37 PST 2021


int3 added a comment.

Oof, I didn't realize that using SectionPointerUnion for Defineds would result in so many `isInput` checks...

Hmm let me see if I can simplify `__dso_handle` with a different approach


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98462



More information about the llvm-commits mailing list