Update CMakeList.txt for new lli sources.
authorJim Grosbach <grosbach@apple.com>
Wed, 5 Sep 2012 18:15:08 +0000 (18:15 +0000)
committerJim Grosbach <grosbach@apple.com>
Wed, 5 Sep 2012 18:15:08 +0000 (18:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163228 91177308-0d34-0410-b5e6-96231b3b80d8

tools/lli/CMakeLists.txt

index a5d2e61ea24c3fcce7ffc47e581ca926abe411df..68cb921028141bb1a7d10f5f325dd7ee9f796f53 100644 (file)
@@ -19,4 +19,6 @@ endif( LLVM_USE_INTEL_JITEVENTS )
 
 add_llvm_tool(lli
   lli.cpp
+  RecordingMemoryManager.cpp
+  RemoteTarget.cpp
   )