[Lldb-commits] [PATCH] D67988: [lldb] clean up lldb/scripts a little bit

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 25 02:05:10 PDT 2019


labath added a subscriber: sgraenitz.
labath added a comment.

I don't think this is fully right. We did have a separate xcode build, but it was removed a couple of months ago. Instead the regular cmake build supports building a macos-style framework (and I believe it does that regardless of which generator is used). So all that's needed here is to replace references to xcode with some blurb about "frameworks", and instead of "built by llvm" we should just say that we're building with a traditional unix layout. @sgraenitz  might know more details here...


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67988/new/

https://reviews.llvm.org/D67988





More information about the lldb-commits mailing list