[PATCH] D121635: [lld][macho][elf] Teach the bump-allocator in lld/Common about thread-safetiness.

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 14 13:45:51 PDT 2022


int3 added a comment.

The race with StringSaver is not hypothetical btw; we are using it in parallel with TrieBuilder, via `SymtabSection::emitBeginSourceStab()`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121635



More information about the llvm-commits mailing list