[Orc] Add an Orc layer for applying arbitrary transforms to IR, use it to add
[oota-llvm.git] / tools / lli / ChildTarget / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS support)
2
3 add_llvm_executable(lli-child-target
4   ChildTarget.cpp
5   ../RemoteTarget.cpp
6 )
7
8 set_target_properties(lli-child-target PROPERTIES FOLDER "Misc")