[PATCH] D130429: [lld-macho] `-exported_symbols` should hide symbols before LTO runs

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 23 10:17:51 PDT 2022


int3 added inline comments.


================
Comment at: lld/MachO/Driver.cpp:1632-1635
+    createSyntheticSections();
+    createSyntheticSymbols();
+
+    createAliases();
----------------
had to move these up as well as they need to run before `handleExplicitExports`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130429



More information about the llvm-commits mailing list