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 00c44c2..a6ac910 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 bf34db0..bce7ac0 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