[Lldb-commits] [PATCH] D69931: Add cmake variables to specify a python framework to ship with lldb
    Pavel Labath via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Thu Nov  7 00:59:22 PST 2019
    
    
  
labath added a comment.
In principle, this looks pretty similar to D67942 <https://reviews.llvm.org/D67942>, and my opinion on it is the same -- I don't think we should be in the business of trying to package the transitive set of lldb dependencies. I think the lldb install target should install the stuff that it has built itself, and the rest should be up to some higher level packaging system.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69931/new/
https://reviews.llvm.org/D69931
    
    
More information about the lldb-commits
mailing list