[PATCH] D102661: [lld/mac] Propagate -(un)exported_symbol(s_list) to privateExtern in Driver

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 17 20:08:49 PDT 2021


int3 accepted this revision.
int3 added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lld/MachO/Driver.cpp:1197
     createSyntheticSections();
     createSyntheticSymbols();
 
----------------
I assume that we are handling `exportedSymbols` after this line so we can export/unexported synthetic symbols... do we want to have a test for this to check ld64 parity? (If you think that's too obscure to bother with that's fair too)


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

https://reviews.llvm.org/D102661



More information about the llvm-commits mailing list