[PATCH] D93184: Make lld::wasm::link() or lld::elf::link() more thread-safe

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 14 18:02:39 PST 2020


dblaikie added a comment.

In D93184#2453408 <https://reviews.llvm.org/D93184#2453408>, @thakis wrote:

>> Ideally I'd like to make lld entirely thread-safe and more amiable for using as a a library, that is a much larger change.
>
> This is an explicit non-goal.

Part of the original motivation for that decision was to unblock progress on making a fast production quality linker. Now that that seems to have been achieved - I think it'd be worth revisiting the discussion/accepting patches to enhance the library-compatibility of lld and assess them based on their performance impact, etc.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93184



More information about the llvm-commits mailing list