OSDN Git Service

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 a5d2e61..68cb921 100644 (file)
@@ -19,4 +19,6 @@ endif( LLVM_USE_INTEL_JITEVENTS )
 
 add_llvm_tool(lli
   lli.cpp
+  RecordingMemoryManager.cpp
+  RemoteTarget.cpp
   )