[Lldb-commits] [PATCH] D12899: cmake fixups: post-build python	step dependency and lldb-server dependency for lldb on Linux
    Pavel Labath via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Wed Sep 16 01:36:05 PDT 2015
    
    
  
labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
Looks good, thanks for fixing this.
================
Comment at: tools/driver/CMakeLists.txt:13
@@ +12,3 @@
+  add_dependencies(lldb lldb-server)
+endif()
+
----------------
We should probably add a dependency on debugserver on darwin for consistency, since some people use cmake to build lldb there also.
http://reviews.llvm.org/D12899
    
    
More information about the lldb-commits
mailing list