[PATCH] D142163: [LLD][ELF] Add --lto-export-symbol-list

Sami Tolvanen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 24 11:52:50 PST 2023


samitolvanen added a comment.

In D142163#4067630 <https://reviews.llvm.org/D142163#4067630>, @pcc wrote:

> What do you think about making this apply not only to LTO but to other `-r` links as well?

Sure, I'm fine with that. Looks like we would just have to apply `computeBinding` to relocatable links as well when export symbols are specified. @MaskRay, what do you think?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142163



More information about the llvm-commits mailing list