[PATCH] D113717: [Symbolizer][Debuginfo] Add debuginfod client to llvm-symbolizer.
Noah Shutty via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 8 11:29:27 PST 2021
noajshu added a comment.
By the way, network requests are made only when built with `LLVM_ENABLE_CURL` and then only to those urls in the `DEBUGINFOD_URLS` environment variable. There is also a timeout controllable by `DEBUGINFOD_TIMEOUT` which sets an upper limit on the number of milliseconds before a fetch operation gives up.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113717/new/
https://reviews.llvm.org/D113717
More information about the llvm-commits
mailing list