Skip to content

Commit de1baa5

Browse files
authored
[lldb] Correct a usage after a rename was merged. (#155720)
Fixes lldb-mcp, aa71d95 was merged after 71a065e.
1 parent cb0ce1e commit de1baa5

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

0 commit comments

Comments
 (0)