[PATCH] D110990: [Orc] Fix destructor function support when --jit-kind=orc-lazy

luxufan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 2 02:40:05 PDT 2021


StephenFan created this revision.
StephenFan added a reviewer: lhames.
Herald added subscribers: mgrang, hiraditya.
StephenFan requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D110990

Files:
  llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
  llvm/test/ExecutionEngine/OrcLazy/global-ctors-and-dtors.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110990.376682.patch
Type: text/x-patch
Size: 5939 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211002/9300b298/attachment.bin>


More information about the llvm-commits mailing list