[all-commits] [llvm/llvm-project] ee7a28: Revert "[lld-macho] Avoid using bump-alloc in Trie...

Sterling-Augustine via All-commits all-commits at lists.llvm.org
Mon Mar 14 15:23:37 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ee7a286cd3e4364d2f7d5b6ba4b8a6fc0d524854
      https://github.com/llvm/llvm-project/commit/ee7a286cd3e4364d2f7d5b6ba4b8a6fc0d524854
  Author: Sterling Augustine <saugustine 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:
  -----------
  Revert "[lld-macho] Avoid using bump-alloc in TrieBuider"

This reverts commit e049a87f04cff8e81b4177097a6b2fdf37c7b148.

That commit breaks the build with errors of the form:

/usr/local/google/home/saugustine/llvm/llvm-project/lld/MachO/ExportTrie.cpp:148:11: error: definition of implicitly declared destructor
TrieNode::~TrieNode() {




More information about the All-commits mailing list