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

Sean Young via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 21 07:46:52 PST 2020


seanyoung added a comment.

This patch improves the library-compatibility by make it more thread-safe, and it has no performance impact since it simply moves the initialization to an earlier stage.


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