[LLI] Replace the LLI remote-JIT support with the new ORC remote-JIT components.
[oota-llvm.git] / tools / lli / ChildTarget / CMakeLists.txt
index 9f88b2cde3f7955fb519674a7824effd18a5a976..abc1722b076f8b583c26800f3bbc3de046f19fca 100644 (file)
@@ -1,8 +1,10 @@
-set(LLVM_LINK_COMPONENTS support)
+set(LLVM_LINK_COMPONENTS
+  OrcJIT
+  Support
+  )
 
 add_llvm_executable(lli-child-target
   ChildTarget.cpp
-  ../RemoteTarget.cpp
 )
 
 set_target_properties(lli-child-target PROPERTIES FOLDER "Misc")