[PATCH] D114846: [llvm] [Debuginfod] LLVM debuginfod server.
Noah Shutty via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 31 19:44:26 PDT 2022
noajshu marked an inline comment as done.
noajshu added inline comments.
================
Comment at: llvm/tools/llvm-debuginfod/llvm-debuginfod.cpp:69
+ if (!Port)
+ Port = ExitOnErr(Server.Server.bind());
+ else
----------------
pcc wrote:
> 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.
Great idea, this has been added as the `-i` command line option.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114846/new/
https://reviews.llvm.org/D114846
More information about the llvm-commits
mailing list