OSDN Git Service

[Orc] Rename OrcArchitectureSupport to OrcABISupport and add Win32 ABI support.
authorLang Hames <lhames@gmail.com>
Sat, 7 May 2016 03:36:38 +0000 (03:36 +0000)
committerLang Hames <lhames@gmail.com>
Sat, 7 May 2016 03:36:38 +0000 (03:36 +0000)
commitc14b8e97039064cc7d3c9142d48d2bfd346a08d8
tree5aa47954bdec4735e4a63d4fd2add83361ca4d0a
parentcc8923b4e4a0ccdf4867c8517031d09c7e41be74
[Orc] Rename OrcArchitectureSupport to OrcABISupport and add Win32 ABI support.

This enables lazy JITing on Windows x86-64.

Patch by David. Thanks David!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268845 91177308-0d34-0410-b5e6-96231b3b80d8
examples/Kaleidoscope/Orc/fully_lazy/toy.cpp
include/llvm/ExecutionEngine/Orc/OrcABISupport.h [moved from include/llvm/ExecutionEngine/Orc/OrcArchitectureSupport.h with 86% similarity]
lib/ExecutionEngine/Orc/CMakeLists.txt
lib/ExecutionEngine/Orc/OrcABISupport.cpp [moved from lib/ExecutionEngine/Orc/OrcArchitectureSupport.cpp with 78% similarity]
lib/ExecutionEngine/Orc/OrcCBindingsStack.cpp
tools/lli/ChildTarget/ChildTarget.cpp
tools/lli/OrcLazyJIT.cpp