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 | 5d3913f189617e59af17973aa94ecb0f940220b2 (patch) | |
tree | a78c6d45b072f3a9f28ccbe8ad1180904fe71fce | |
parent | 7b0ad09cc39758477bb8a76cd314a0e1b5f29964 (diff) | |
download | bcm5719-llvm-5d3913f189617e59af17973aa94ecb0f940220b2.tar.gz bcm5719-llvm-5d3913f189617e59af17973aa94ecb0f940220b2.zip |
Update CMakeList.txt for new lli sources.
llvm-svn: 163228
-rw-r--r-- | llvm/tools/lli/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/tools/lli/CMakeLists.txt b/llvm/tools/lli/CMakeLists.txt index a5d2e61ea24..68cb9210281 100644 --- a/llvm/tools/lli/CMakeLists.txt +++ b/llvm/tools/lli/CMakeLists.txt @@ -19,4 +19,6 @@ endif( LLVM_USE_INTEL_JITEVENTS ) add_llvm_tool(lli lli.cpp + RecordingMemoryManager.cpp + RemoteTarget.cpp ) |