[Lldb-commits] [PATCH] D77450: Fix LLDB debug builds

2020-04-03 Thread Phabricator via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG966122524b56: Fix LLDB debug builds (authored by Walter Erquinigo ). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D77450/new/ https://review

[Lldb-commits] [PATCH] D77450: Fix LLDB debug builds

2020-04-03 Thread Jim Ingham via Phabricator via lldb-commits
jingham accepted this revision. jingham added a comment. This revision is now accepted and ready to land. Ah, great, thanks. Looks like the standalone Xcode debug build doesn't pass LDB_CONFIGURATION_DEBUG. That's a little odd, but the patch is fine. Repository: rG LLVM Github Monorepo CHA

[Lldb-commits] [PATCH] D77450: Fix LLDB debug builds

2020-04-03 Thread walter erquinigo via Phabricator via lldb-commits
wallace created this revision. wallace added reviewers: clayborg, labath, jingham. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. A recent change in ThreadPlans introduced this little compilation error. Seems to be related to the work around https://reviews.llvm.org/D76814.