summaryrefslogtreecommitdiff
path: root/tools/lli
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2012-09-05 18:15:08 +0000
committerJim Grosbach <grosbach@apple.com>2012-09-05 18:15:08 +0000
commit54b3b308fd1f8df113ee327841ce92a34bc1c757 (patch)
tree54b9c485320b3fa0bed230880d0b5130e397e091 /tools/lli
parent15d0c81b2496a025af30a78e3a36fd7f05b165ef (diff)
downloadllvm-54b3b308fd1f8df113ee327841ce92a34bc1c757.tar.gz
llvm-54b3b308fd1f8df113ee327841ce92a34bc1c757.tar.bz2
llvm-54b3b308fd1f8df113ee327841ce92a34bc1c757.tar.xz
Update CMakeList.txt for new lli sources.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163228 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/lli')
-rw-r--r--tools/lli/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/lli/CMakeLists.txt b/tools/lli/CMakeLists.txt
index a5d2e61ea2..68cb921028 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
)