llvm-project/llvm/tools/lli/ChildTarget/CMakeLists.txt

11 lines
118 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS
OrcJIT
RuntimeDyld
Support
)
add_llvm_utility(lli-child-target
ChildTarget.cpp
)