X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Flli%2FCMakeLists.txt;fp=tools%2Flli%2FCMakeLists.txt;h=e317db6b713c92d5bc71bfcc3373ff791aae8f40;hb=b20e09ca99580deb207856d00877c115719b2464;hp=4af05969af16d62601cf4fde2e4a7fa74a435178;hpb=5f064bbdab4e0d04cdcbf2a86dd3c6b66fdaf0fa;p=oota-llvm.git diff --git a/tools/lli/CMakeLists.txt b/tools/lli/CMakeLists.txt index 4af05969af1..e317db6b713 100644 --- a/tools/lli/CMakeLists.txt +++ b/tools/lli/CMakeLists.txt @@ -38,8 +38,5 @@ endif( LLVM_USE_INTEL_JITEVENTS ) add_llvm_tool(lli lli.cpp OrcLazyJIT.cpp - RemoteMemoryManager.cpp - RemoteTarget.cpp - RemoteTargetExternal.cpp ) export_executable_symbols(lli)