[all-commits] [llvm/llvm-project] 9b25d8: [ORC] Make LLJIT's destructor virtual.

lhames via All-commits all-commits at lists.llvm.org
Wed Feb 9 15:23:16 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9b25d868f43e951eb93844d4861a85bdd66b10aa
      https://github.com/llvm/llvm-project/commit/9b25d868f43e951eb93844d4861a85bdd66b10aa
  Author: Lang Hames <lhames at gmail.com>
  Date:   2022-02-10 (Thu, 10 Feb 2022)

  Changed paths:
    M llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h

  Log Message:
  -----------
  [ORC] Make LLJIT's destructor virtual.

This allows LLLazyJIT instances to be safely owned by unique_ptr<LLJIT>s.

Reviewed By: lhames

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




More information about the All-commits mailing list