Skip to content

Commit 1722f9d

Browse files
ashgtiJDevlieghere
authored andcommitted
[lldb] Correct a usage after a rename was merged. (llvm#155720)
Fixes lldb-mcp, aa71d95 was merged after 71a065e. (cherry picked from commit de1baa5)
1 parent 217ac4b commit 1722f9d

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)