[all-commits] [llvm/llvm-project] e049a8: [lld-macho] Avoid using bump-alloc in TrieBuider

Vy Nguyen via All-commits all-commits at lists.llvm.org
Mon Mar 14 14:23:10 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e049a87f04cff8e81b4177097a6b2fdf37c7b148
      https://github.com/llvm/llvm-project/commit/e049a87f04cff8e81b4177097a6b2fdf37c7b148
  Author: Vy Nguyen <vyng at google.com>
  Date:   2022-03-14 (Mon, 14 Mar 2022)

  Changed paths:
    M lld/MachO/ExportTrie.cpp
    M lld/MachO/ExportTrie.h

  Log Message:
  -----------
  [lld-macho] Avoid using bump-alloc in TrieBuider

The code can be used in multi-threads and the allocator is not thread safe.

fixes PR/54378

Reviewed By: int3, #lld-macho

Differential Revision: https://reviews.llvm.org/D121638




More information about the All-commits mailing list