[PATCH] D99105: [lld-macho] LTO: Unset VisibleToRegularObj where possible

Greg McGary via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 15 09:29:41 PDT 2021


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

LGTM



================
Comment at: lld/MachO/Symbols.h:98
+  // True if this symbol was referenced by a regular (non-bitcode) object.
+  bool isUsedInRegularObj : 1;
 };
----------------
Why the bitfield width here? Do we anticipate adding more flags?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99105



More information about the llvm-commits mailing list