[PATCH] D112758: [llvm] [Debuginfo] Debuginfod client library.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 6 11:08:11 PST 2021
RKSimon 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();
----------------
@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
```
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112758/new/
https://reviews.llvm.org/D112758
More information about the llvm-commits
mailing list