[Lldb-commits] [Diffusion] rL249434: Fix Darwin build of lldb-server.

Dawn Perchik via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 7 14:05:09 PDT 2015


dawn added a subscriber: dawn.
dawn raised a concern with this commit.
dawn added a comment.

This broke the lldb build on OSX using cmake.  After this commit, we get:

  CMake Error at cmake/modules/AddLLVM.cmake:401 (add_library):
    Cannot find source file:
  
      /Users/testuser/build/workspace/LLDB_master_release_OSX_git-hash/llvm/build_ninja/tools/lldb/source/LLDB_vers.c
  
    Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
    .hxx .in .txx
  Call Stack (most recent call first):
    tools/lldb/cmake/modules/AddLLDB.cmake:59 (llvm_add_library)
    tools/lldb/source/API/CMakeLists.txt:9 (add_lldb_library)


Users:
  sas (Author)
  dawn (Auditor)

http://reviews.llvm.org/rL249434





More information about the lldb-commits mailing list