[all-commits] [llvm/llvm-project] 6fe2e9: [ORC] Hold shared_ptr<SymbolStringPool> in errors ...
lhames via All-commits
all-commits at lists.llvm.org
Mon Sep 27 15:47:08 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6fe2e9a9cc87cd938aeaa7d76065d22d0ad87706
https://github.com/llvm/llvm-project/commit/6fe2e9a9cc87cd938aeaa7d76065d22d0ad87706
Author: Lang Hames <lhames at gmail.com>
Date: 2021-09-27 (Mon, 27 Sep 2021)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/Core.h
M llvm/lib/ExecutionEngine/Orc/Core.cpp
M llvm/lib/ExecutionEngine/Orc/ExecutorProcessControl.cpp
M llvm/lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp
Log Message:
-----------
[ORC] Hold shared_ptr<SymbolStringPool> in errors containing SymbolStringPtrs.
This allows these error values to remain valid, even if they tear down the JIT
itself.
More information about the All-commits
mailing list