Skip to content

Commit 6cecb98

Browse files
mstorsjoJDevlieghere
authored andcommitted
Revert "[lldb] Correct a usage after a rename was merged. (llvm#155720)"
This reverts commit de1baa5. This is needed as the other renaming commit was reverted in 1bb8db5. (cherry picked from commit 5f3e2b6)
1 parent d07b520 commit 6cecb98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/tools/lldb-mcp/lldb-mcp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ int main(int argc, char *argv[]) {
6363
[](MainLoopBase &loop) { loop.RequestTermination(); });
6464
});
6565

66-
auto transport_up = std::make_unique<lldb_protocol::mcp::Transport>(
66+
auto transport_up = std::make_unique<lldb_protocol::mcp::MCPTransport>(
6767
input, output, std::string(client_name),
6868
[&](llvm::StringRef message) { llvm::errs() << message << '\n'; });
6969

0 commit comments

Comments
 (0)