[PATCH] D134610: [ORC] Support COFF orc platform in LLJIT.

Sunho Kim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 3 16:05:27 PDT 2022


sunho updated this revision to Diff 464847.
sunho added a comment.

Fix test failure. Separate out the platform instance setup part in order to load orc runtime when JIT instance is fully configured. (e.g. in-process symbol generator is set up)


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

https://reviews.llvm.org/D134610

Files:
  llvm/include/llvm/ExecutionEngine/Orc/COFFPlatform.h
  llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h
  llvm/lib/ExecutionEngine/Orc/COFFPlatform.cpp
  llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
  llvm/tools/lli/lli.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134610.464847.patch
Type: text/x-patch
Size: 8590 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221003/89e2aada/attachment.bin>


More information about the llvm-commits mailing list