1 2 3 4 5 6 7 8 9 10 11
set(LLVM_LINK_COMPONENTS OrcJIT RuntimeDyld Support ) add_llvm_executable(lli-child-target ChildTarget.cpp ) set_target_properties(lli-child-target PROPERTIES FOLDER "Misc")