[all-commits] [llvm/llvm-project] 3d931e: [ORC] Don't take ownership of the trampoline pool ...

lhames via All-commits all-commits at lists.llvm.org
Tue Jul 14 10:59:27 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3d931e85f1ca8bf72d3bfcd34390cb5ec0d73aa5
      https://github.com/llvm/llvm-project/commit/3d931e85f1ca8bf72d3bfcd34390cb5ec0d73aa5
  Author: Lang Hames <lhames at gmail.com>
  Date:   2020-07-14 (Tue, 14 Jul 2020)

  Changed paths:
    M llvm/include/llvm/ExecutionEngine/Orc/LazyReexports.h
    M llvm/lib/ExecutionEngine/Orc/LazyReexports.cpp

  Log Message:
  -----------
  [ORC] Don't take ownership of the trampoline pool in LazyReexportsManager.

LazyReexportsManager instances use the trampoline pool, but they don't need to
own it. Keeping TrampolinePool ownership separate allows re-use of the
trampoline pool by other clients.




More information about the All-commits mailing list