[Lldb-commits] [PATCH] D65330: [lldb][docs] Update documentation for monorepo and CMake caches

2019-07-27 Thread Stefan Gränitz via Phabricator via lldb-commits
sgraenitz updated this revision to Diff 212051. sgraenitz marked 11 inline comments as done. sgraenitz added a comment. Address recent feedback Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D65330/new/ https://reviews.llvm.org/D65330 Files: lldb/

[Lldb-commits] [PATCH] D65330: [lldb][docs] Update documentation for monorepo and CMake caches

2019-07-27 Thread Stefan Gränitz via Phabricator via lldb-commits
sgraenitz marked an inline comment as done. sgraenitz added a comment. Hi Greg, thanks for your feedback. > Can we add a section for "Building LLDB with Xcode"? We had a shell script > patch that was going to be checked in, not sure if it made it. But it did a > two part thing where it built LL

[Lldb-commits] [PATCH] D65330: [lldb][docs] Update documentation for monorepo and CMake caches

2019-07-27 Thread Stefan Gränitz via Phabricator via lldb-commits
sgraenitz updated this revision to Diff 212052. sgraenitz added a comment. Feedback and polishing; latest rendered output here: http://tiny.cc/i5ncaz Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D65330/new/ https://reviews.llvm.org/D65330 Files:

[Lldb-commits] [lldb] r367186 - [lldb] Also include the array definition in CommandOptions.inc

2019-07-27 Thread Raphael Isemann via lldb-commits
Author: teemperor Date: Sat Jul 27 23:24:07 2019 New Revision: 367186 URL: http://llvm.org/viewvc/llvm-project?rev=367186&view=rev Log: [lldb] Also include the array definition in CommandOptions.inc Summary: Right now our CommandOptions.inc only generates the initializer for the options list but

[Lldb-commits] [PATCH] D65331: [lldb] Also include the array definition in CommandOptions.inc

2019-07-27 Thread Raphael Isemann via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL367186: [lldb] Also include the array definition in CommandOptions.inc (authored by teemperor, committed by ). Herald added a project: LLVM. Herald added a subscriber: llvm-commits. Changed prior to commi