llvm-for-llvmta/tools/llvm-jitlink/llvm-jitlink-executor/CMakeLists.txt

15 lines
218 B
CMake
Raw Normal View History

2022-04-25 10:02:23 +02:00
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)