This is an archive of the discontinued LLVM Phabricator instance.

[lldb][debugserver] Revert "Use llvm::all_of (NFC)" for debugserver
ClosedPublic

Authored by Michael137 on Aug 15 2022, 9:24 AM.

Details

Summary

Commit 6d9cd9199a6fdeab0412117bcefc28f625510b61 added a dependency on llvm to debugserver.
This breaks the build. Since we don't want to add a dependency on llvm, this
patch reverts the offending commit.

Diff Detail

Event Timeline

Michael137 created this revision.Aug 15 2022, 9:24 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 15 2022, 9:24 AM
Michael137 requested review of this revision.Aug 15 2022, 9:24 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 15 2022, 9:24 AM
This revision is now accepted and ready to land.Aug 15 2022, 9:26 AM
fdeazeve accepted this revision.Aug 15 2022, 9:27 AM

LGTM!

  • Fix parameters
kazu added a subscriber: kazu.Aug 15 2022, 10:27 AM

Oops, sorry about the breakage. Thank you for fixing this!