[IR] Remove terminatepad
[oota-llvm.git] / tools / lli / CMakeLists.txt
index aad8367f34ec3c5d678f49f80bef2aeca35d7bb4..4af05969af16d62601cf4fde2e4a7fa74a435178 100644 (file)
@@ -14,6 +14,8 @@ set(LLVM_LINK_COMPONENTS
   RuntimeDyld
   SelectionDAG
   Support
+  Target
+  TransformUtils
   native
   )
 
@@ -35,8 +37,9 @@ endif( LLVM_USE_INTEL_JITEVENTS )
 
 add_llvm_tool(lli
   lli.cpp
+  OrcLazyJIT.cpp
   RemoteMemoryManager.cpp
   RemoteTarget.cpp
   RemoteTargetExternal.cpp
   )
-export_executable_symbols(llvm-stress)
+export_executable_symbols(lli)