[PATCH] D134794: [lld-macho] Do not error out on dead stripped duplicate symbols

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 30 06:17:54 PDT 2022


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

Thanks much!



================
Comment at: lld/MachO/Config.h:138
   bool dedupLiterals = true;
+  bool deadStripDup = false;
   bool omitDebugInfo = false;
----------------
call variable like the flag (`deadStripDuplicates`)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134794



More information about the llvm-commits mailing list