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/
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
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:
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
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