[PATCH] D120073: [LLD] Fix for race condition.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 17 10:22:23 PST 2022


MaskRay added a comment.

This will harm performance. If only `elf::getErrorPlace` is problematic, we can add a mutex there.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120073



More information about the llvm-commits mailing list