blob: 0f851d593444df3ced971ade90aef712c6ac67a9 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
OrcJIT
RuntimeDyld
Support
)
add_llvm_executable(lli-child-target
ChildTarget.cpp
)
set_target_properties(lli-child-target PROPERTIES FOLDER "Misc")