[PATCH] D134610: [ORC] Support COFF orc platform in LLJIT.
    Sunho Kim via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sun Sep 25 12:58:56 PDT 2022
    
    
  
sunho created this revision.
sunho added a reviewer: lhames.
Herald added subscribers: StephenFan, hiraditya.
Herald added a project: All.
sunho requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Supports COFF orc platform in LLJIT and share some orc platform setup code from lli to general orc codebase.
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.462753.patch
Type: text/x-patch
Size: 7925 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220925/c3f22ed0/attachment.bin>
    
    
More information about the llvm-commits
mailing list