[all-commits] [llvm/llvm-project] 02ac5e: [Orc] Fix global variable destructor function supp...
luxufan via All-commits
all-commits at lists.llvm.org
Sat Oct 9 00:58:44 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 02ac5e5cf12925cbd09213f3a4dfd5575d8c56d2
https://github.com/llvm/llvm-project/commit/02ac5e5cf12925cbd09213f3a4dfd5575d8c56d2
Author: luxufan <932494295 at qq.com>
Date: 2021-10-09 (Sat, 09 Oct 2021)
Changed paths:
M llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
M llvm/test/ExecutionEngine/OrcLazy/global-ctors-and-dtors.ll
Log Message:
-----------
[Orc] Fix global variable destructor function support when --jit-kind=orc-lazy
The bug was reported here https://bugs.llvm.org/show_bug.cgi?id=52030
This patch follows the idea that @lhames commented in the above webpage.
Reviewed By: lhames
Differential Revision: https://reviews.llvm.org/D110990
More information about the All-commits
mailing list