[Lldb-commits] [PATCH] D133393: [test] Use either `127.0.0.1` or `[::1]` to run in ipv6-only environments.
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 7 17:17:47 PDT 2022
JDevlieghere added inline comments.
================
Comment at: lldb/unittests/TestingSupport/Host/SocketTestUtilities.h:50
+/// is detected. If neither are detected, return an error.
+llvm::Expected<std::string> GetLocalhostIp();
+
----------------
nit
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133393/new/
https://reviews.llvm.org/D133393
More information about the lldb-commits
mailing list