OSDN Git Service

[ORC] Move ORC Core symbol map and set types into their own header: CoreTypes.h.
authorLang Hames <lhames@gmail.com>
Mon, 14 Jan 2019 23:49:13 +0000 (23:49 +0000)
committerLang Hames <lhames@gmail.com>
Mon, 14 Jan 2019 23:49:13 +0000 (23:49 +0000)
commit0ac160f4a63e8e00ce9121fe9543d46c858523ae
tree6b9d659a0f7d6f10076a13ad7e7e1778fd35d8f9
parentea7303ed5d092b133b500f6542e62b067508ebd8
[ORC] Move ORC Core symbol map and set types into their own header: CoreTypes.h.

This will allow other utilities (including a future RuntimeDyld replacement) to
use these types without pulling in the major Core types (JITDylib, etc.).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351138 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ExecutionEngine/Orc/Core.h
include/llvm/ExecutionEngine/Orc/CoreTypes.h [new file with mode: 0644]
lib/ExecutionEngine/Orc/CMakeLists.txt
lib/ExecutionEngine/Orc/Core.cpp
lib/ExecutionEngine/Orc/CoreTypes.cpp [new file with mode: 0644]