Re: [Lldb-commits] [PATCH] D23747: Fix broken macOS LLDB build from r279314

2016-09-12 Thread Todd Fiala via lldb-commits
tfiala closed this revision. tfiala added a comment. Closing - this was submitted a few weeks ago. https://reviews.llvm.org/D23747 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Re: [Lldb-commits] [PATCH] D23747: Fix broken macOS LLDB build from r279314

2016-09-12 Thread Todd Fiala via lldb-commits
tfiala accepted this revision. tfiala added a reviewer: tfiala. tfiala added a comment. This revision is now accepted and ready to land. Accepting so this can be closed. https://reviews.llvm.org/D23747 ___ lldb-commits mailing list lldb-commits@list

Re: [Lldb-commits] [PATCH] D23747: Fix broken macOS LLDB build from r279314

2016-08-20 Thread Todd Fiala via lldb-commits
tfiala added a comment. Committed after email with Duncan: r279390 https://reviews.llvm.org/D23747 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [PATCH] D23747: Fix broken macOS LLDB build from r279314

2016-08-20 Thread Todd Fiala via lldb-commits
tfiala created this revision. tfiala added a reviewer: dexonsmith. tfiala added subscribers: lldb-commits, llvm-commits. This change replaces angle brackets with quotes for a non-system header that is being included like a system one. The existing behavior breaks the LLDB Xcode build. I think