[PATCH] D85278: [lld] Support building shared libLLD.so

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 4 11:43:06 PST 2020


thakis added a comment.

>From what I understand, linking lld as a shared library is an explicit non-goal of lld. It trusts inputs and crashes on bad inputs, since it's designed to be run as a separate process.

Can you say more about what you want this for? It seems like something we don't want to do.


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

https://reviews.llvm.org/D85278



More information about the llvm-commits mailing list