[all-commits] [llvm/llvm-project] ac1bed: [lldb][debugserver] Revert "Use llvm::all_of (NFC)...
Michael137 via All-commits
all-commits at lists.llvm.org
Mon Aug 15 09:36:36 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ac1bedd584359567266b1c41ac26734556031b9f
https://github.com/llvm/llvm-project/commit/ac1bedd584359567266b1c41ac26734556031b9f
Author: Michael Buch <michaelbuch12 at gmail.com>
Date: 2022-08-15 (Mon, 15 Aug 2022)
Changed paths:
M lldb/tools/debugserver/source/RNBRemote.cpp
Log Message:
-----------
[lldb][debugserver] Revert "Use llvm::all_of (NFC)" for debugserver
Commit [6d9cd9199a6fdeab0412117bcefc28f625510b61](https://reviews.llvm.org/rG6d9cd9199a6fdeab0412117bcefc28f625510b61) 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.
Differential Revision: https://reviews.llvm.org/D131901
More information about the All-commits
mailing list