15 lines
218 B
CMake
15 lines
218 B
CMake
|
set(LLVM_LINK_COMPONENTS
|
||
|
OrcShared
|
||
|
OrcTargetProcess
|
||
|
Support
|
||
|
)
|
||
|
|
||
|
add_llvm_utility(llvm-jitlink-executor
|
||
|
llvm-jitlink-executor.cpp
|
||
|
|
||
|
DEPENDS
|
||
|
intrinsics_gen
|
||
|
)
|
||
|
|
||
|
export_executable_symbols(llvm-jitlink-executor)
|