[Hexagon] Make helper function static. NFC.
[oota-llvm.git] / tools / lli / CMakeLists.txt
index aad8367f34ec3c5d678f49f80bef2aeca35d7bb4..e317db6b713c92d5bc71bfcc3373ff791aae8f40 100644 (file)
@@ -14,6 +14,8 @@ set(LLVM_LINK_COMPONENTS
   RuntimeDyld
   SelectionDAG
   Support
+  Target
+  TransformUtils
   native
   )
 
@@ -35,8 +37,6 @@ endif( LLVM_USE_INTEL_JITEVENTS )
 
 add_llvm_tool(lli
   lli.cpp
-  RemoteMemoryManager.cpp
-  RemoteTarget.cpp
-  RemoteTargetExternal.cpp
+  OrcLazyJIT.cpp
   )
-export_executable_symbols(llvm-stress)
+export_executable_symbols(lli)