[PATCH] D112758: [llvm] [Debuginfo] Debuginfod client library.
Ethan Stewart via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 15 13:52:44 PST 2021
estewart08 added inline comments.
================
Comment at: llvm/unittests/Debuginfod/DebuginfodTests.cpp:44
+ // Ensure there are no urls to guarantee a cache miss.
+ setenv("DEBUGINFOD_URLS", "", /*replace=*/1);
+ HTTPClient::initialize();
----------------
noajshu wrote:
> Needs to set `DEBUGINFOD_CACHE_PATH`
> Does D115813 LGTY @estewart08 ?
My mistake, yes this is the correct portion of the test. I will go review D115813.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112758/new/
https://reviews.llvm.org/D112758
More information about the llvm-commits
mailing list