mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
04c9dcdc5d
Provides ObjectTransformLayer APIs, a getter to access the ObjectTransformLayer member of LLJIT, and the DumpObjects utility to make construction of a dump-to-disk transform easy. An example showing how the new APIs can be used has been added in llvm/examples/OrcV2Examples/OrcV2CBindingsDumpObjects.
16 lines
202 B
CMake
16 lines
202 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Core
|
|
ExecutionEngine
|
|
IRReader
|
|
JITLink
|
|
MC
|
|
OrcJIT
|
|
Support
|
|
Target
|
|
nativecodegen
|
|
)
|
|
|
|
add_llvm_example(OrcV2CBindingsDumpObjects
|
|
OrcV2CBindingsDumpObjects.c
|
|
)
|