diff options
author | Jim Grosbach <grosbach@apple.com> | 2012-09-05 18:15:08 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2012-09-05 18:15:08 +0000 |
commit | 54b3b308fd1f8df113ee327841ce92a34bc1c757 (patch) | |
tree | 54b9c485320b3fa0bed230880d0b5130e397e091 /tools | |
parent | 15d0c81b2496a025af30a78e3a36fd7f05b165ef (diff) |
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')
-rw-r--r-- | tools/lli/CMakeLists.txt | 2 |
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 ) |