This is an archive of the discontinued LLVM Phabricator instance.

Fix LLDB debug builds
ClosedPublic

Authored by wallace on Apr 3 2020, 6:42 PM.

Details

Summary

A recent change in ThreadPlans introduced this little compilation error.
Seems to be related to the work around https://reviews.llvm.org/D76814.

Diff Detail

Event Timeline

wallace created this revision.Apr 3 2020, 6:42 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 3 2020, 6:42 PM
jingham accepted this revision.Apr 3 2020, 7:34 PM

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.

This revision is now accepted and ready to land.Apr 3 2020, 7:34 PM
This revision was automatically updated to reflect the committed changes.