[PATCH] D69985: Keep symbols passed by -init and -fini

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 8 00:36:55 PST 2019


grimar added inline comments.


================
Comment at: lld/ELF/Driver.cpp:1790
+    sym->isUsedInRegularObj = true;
+
   // If any of our inputs are bitcode files, the LTO code generator may create
----------------
Perhaps a stupid question, but still: can these symbols be lazy? i.e. should `handleUndefined` be used here, like for `config->entry`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69985





More information about the llvm-commits mailing list