From: Jim Grosbach Date: Wed, 5 Sep 2012 18:15:08 +0000 (+0000) Subject: Update CMakeList.txt for new lli sources. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=54b3b308fd1f8df113ee327841ce92a34bc1c757;p=oota-llvm.git Update CMakeList.txt for new lli sources. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163228 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/lli/CMakeLists.txt b/tools/lli/CMakeLists.txt index a5d2e61ea24..68cb9210281 100644 --- a/tools/lli/CMakeLists.txt +++ b/tools/lli/CMakeLists.txt @@ -19,4 +19,6 @@ endif( LLVM_USE_INTEL_JITEVENTS ) add_llvm_tool(lli lli.cpp + RecordingMemoryManager.cpp + RemoteTarget.cpp )