[PATCH] D108006: [lld][ELF] Add --no-search-static-libs-for-shlib-undefined flag

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 27 10:30:23 PDT 2021


pcc added a comment.

Could we perhaps put something in the binary if it was linked with `--no-undefined` (e.g. a dynamic table entry)? Then if we're linking against such a binary, ignore any undefined symbols.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108006



More information about the llvm-commits mailing list