[PATCH] D126492: [ORC][ORC_RT] Integrate ORC platforms with LLJIT and lli

Peter S. Housel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 1 21:31:41 PDT 2022


housel updated this revision to Diff 433649.
housel edited the summary of this revision.
housel added a comment.
Herald added a subscriber: Enna1.

Added an integration test to ensure exception frame registration works for JITed code.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126492/new/

https://reviews.llvm.org/D126492

Files:
  compiler-rt/lib/orc/CMakeLists.txt
  compiler-rt/lib/orc/dlfcn_wrapper.cpp
  compiler-rt/test/orc/TestCases/Darwin/x86-64/lljit-ehframe.cpp
  compiler-rt/test/orc/TestCases/Darwin/x86-64/lljit-initialize-deinitialize.ll
  compiler-rt/test/orc/TestCases/FreeBSD/x86-64/lljit-ehframe.cpp
  compiler-rt/test/orc/TestCases/FreeBSD/x86-64/lljit-initialize-deinitialize.ll
  compiler-rt/test/orc/TestCases/Linux/x86-64/lljit-ehframe.cpp
  compiler-rt/test/orc/TestCases/Linux/x86-64/lljit-initialize-deinitialize.ll
  compiler-rt/test/orc/lit.cfg.py
  llvm/include/llvm/ExecutionEngine/Orc/JITTargetMachineBuilder.h
  llvm/lib/ExecutionEngine/Orc/ELFNixPlatform.cpp
  llvm/lib/ExecutionEngine/Orc/JITTargetMachineBuilder.cpp
  llvm/lib/ExecutionEngine/Orc/MachOPlatform.cpp
  llvm/tools/lli/lli.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126492.433649.patch
Type: text/x-patch
Size: 20777 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220602/7a4c13ad/attachment.bin>


More information about the llvm-commits mailing list