Re: [lldb-dev] Converting global option tables to use ArrayRef

2016-09-22 Thread Zachary Turner via lldb-dev
I put it up for review. I don't expect anyone to actually review it since it's quite large and 99% of it is the same exact thing. I'm running tests on Linux and Windows right now. Will also test on Mac if beanz's new lldb framework thing works out for me. I'm going to try to commit sometime aft

Re: [lldb-dev] Converting global option tables to use ArrayRef

2016-09-22 Thread Greg Clayton via lldb-dev
That sounds like a good patch. I look forward to seeing it. > On Sep 21, 2016, at 11:48 PM, Zachary Turner via lldb-dev > wrote: > > I have a patch I'd like to submit tomorrow which converts all of the global > command option tables from C-style arrays to llvm ArrayRefs. > > Actually they are