[PATCH] D112758: [llvm] [Debuginfo] Debuginfod client library.
Noah Shutty via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 6 11:29:19 PST 2021
noajshu marked an inline comment as done.
noajshu added inline comments.
================
Comment at: llvm/unittests/Debuginfod/DebuginfodTests.cpp:40
+ // Ensure there are no urls to guarantee a cache miss.
+ setenv("DEBUGINFOD_URLS", "", /*replace=*/1);
+ HTTPClient::initialize();
----------------
RKSimon wrote:
> @noajshu This is failing on windows builds - please can you revert?
> ```
> E:\llvm\llvm-project\llvm\unittests\Debuginfod\DebuginfodTests.cpp(40): error C3861: 'setenv': identifier not found
> ```
Thank you. Reverted.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112758/new/
https://reviews.llvm.org/D112758
More information about the llvm-commits
mailing list