[PATCH] D114846: [llvm] [Debuginfod] LLVM debuginfod server.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 8 17:43:32 PST 2022
pcc added inline comments.
================
Comment at: llvm/tools/llvm-debuginfod/llvm-debuginfod.cpp:69
+ if (!Port)
+ Port = ExitOnErr(Server.Server.bind());
+ else
----------------
Could we make the bind interface configurable please? This will allow running a local symbol server without exposing it to other machines on the network.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114846/new/
https://reviews.llvm.org/D114846
More information about the llvm-commits
mailing list