Prevent assertion with "llc -debug" and anonymous symbols.
[oota-llvm.git] / tools / lli / CMakeLists.txt
index 60c731b6b0cf1fa8eade425db1c67bc417623d28..4af05969af16d62601cf4fde2e4a7fa74a435178 100644 (file)
@@ -14,6 +14,8 @@ set(LLVM_LINK_COMPONENTS
   RuntimeDyld
   SelectionDAG
   Support
+  Target
+  TransformUtils
   native
   )
 
@@ -35,6 +37,7 @@ endif( LLVM_USE_INTEL_JITEVENTS )
 
 add_llvm_tool(lli
   lli.cpp
+  OrcLazyJIT.cpp
   RemoteMemoryManager.cpp
   RemoteTarget.cpp
   RemoteTargetExternal.cpp