[all-commits] [llvm/llvm-project] 712923: Make LazyCallThroughManager destructor virtual rat...
Richard Smith via All-commits
all-commits at lists.llvm.org
Tue Jul 14 18:41:28 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 71292379d757f7a40b1771ade7738e25d7ddece5
https://github.com/llvm/llvm-project/commit/71292379d757f7a40b1771ade7738e25d7ddece5
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2020-07-14 (Tue, 14 Jul 2020)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h
M llvm/include/llvm/ExecutionEngine/Orc/LazyReexports.h
M llvm/lib/ExecutionEngine/Orc/LazyReexports.cpp
Log Message:
-----------
Make LazyCallThroughManager destructor virtual rather than arranging for
all clients to delete it via the correct dynamic type.
More information about the All-commits
mailing list