cmake build of lldb was complaining about missing files.
authorSylvestre Ledru <sylvestre@debian.org>
Thu, 11 Apr 2013 16:32:47 +0000 (16:32 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Thu, 11 Apr 2013 16:32:47 +0000 (16:32 +0000)
Example:
CMake Error at cmake/modules/LLVMProcessSources.cmake:89 (message):
  Found unknown source file
  /llvm-toolchain-3.3~svn179293.cmake/tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp

llvm-svn: 179295

lldb/source/Expression/CMakeLists.txt
lldb/source/Plugins/Platform/MacOSX/CMakeLists.txt

index 00c44c26f2843e9f3eeb028db614394389726baf..a6ac91013476fb4d7e282d8925cc7812b1f5457e 100644 (file)
@@ -18,4 +18,6 @@ add_lldb_library(lldbExpression
   IRExecutionUnit.cpp\r
   IRForTarget.cpp\r
   IRInterpreter.cpp\r
+  IRMemoryMap.cpp\r
+  Materializer.cpp\r
   )\r
index bf34db0aaa8b6044f118d403acbf932f95b59fab..bce7ac0d840dd409f8946d6b6aa996e7575dec23 100644 (file)
@@ -2,6 +2,7 @@ set(LLVM_NO_RTTI 1)
 \r
 add_lldb_library(lldbPluginPlatformMacOSX\r
   PlatformDarwin.cpp\r
+  PlatformDarwinKernel.cpp\r
   PlatformiOSSimulator.cpp\r
   PlatformMacOSX.cpp\r
   PlatformRemoteiOS.cpp\r