[Lldb-commits] [PATCH] D68179: [lldb] Fix JSON parser to allow empty arrays
Davide Italiano via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 14 08:16:22 PST 2019
davide added a comment.
In D68179#1745614 <https://reviews.llvm.org/D68179#1745614>, @tetsuo-cpp wrote:
> Thanks for looking at this. I will need someone to commit it for me.
> However, I've been having issues with the test suite on my MacBook. `check-lldb-unit` works for me but `check-llvm` and `check-lldb` are hitting issues because of something wrong with my environment. So I'll need to sort this out first to verify that I haven't broken anything before it's committed. I'm hoping to spend some time this weekend to debug my setup.
Once this is approved, I can run the tests for you to make sure it didn't regress [I do that regardless before committing].
That said, it would be good if you got your environment set up correctly [if there's something you don't understand, feel free to reach out on `llvm-dev` or `lldb-dev`, depending on the question].
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68179/new/
https://reviews.llvm.org/D68179
More information about the lldb-commits
mailing list