[PATCH] D130725: [lld/mac] Add support for $ld$previous symbols with explicit symbol name

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 28 13:50:20 PDT 2022


thakis added inline comments.


================
Comment at: lld/MachO/InputFiles.h:238
   unsigned numReferencedSymbols = 0;
-  RefState refState;
+  RefState refState = RefState::Unreferenced;
   bool reexport = false;
----------------
thakis wrote:
> Moving this to an initializer is mostly unrelated, just didn't want to duplicate it in the 3rd ctor. I could land this change as a tiny standalone commit if you want.
…nevermind, the enum is only predeclared in this header. Undid this part.


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

https://reviews.llvm.org/D130725



More information about the llvm-commits mailing list