mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
4ce58a4d70
Renames the llvm/examples/LLJITExamples directory to llvm/examples/OrcV2Examples since it is becoming a home for all OrcV2 examples, not just LLJIT. See http://llvm.org/PR31103.
13 lines
188 B
CMake
13 lines
188 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Core
|
|
IRReader
|
|
JITLink
|
|
OrcJIT
|
|
Support
|
|
nativecodegen
|
|
)
|
|
|
|
add_llvm_example(LLJITWithCustomObjectLinkingLayer
|
|
LLJITWithCustomObjectLinkingLayer.cpp
|
|
)
|