[PATCH] D112758: [llvm] [Debuginfo] Debuginfod client library.

Noah Shutty via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 28 08:59:52 PST 2021


noajshu updated this revision to Diff 390206.
noajshu added a comment.
Herald added a subscriber: dexonsmith.

Update to use `DEBUGINFOD_TIMEOUT` and `DEBUGINFOD_CACHE_PATH` env vars and add unit tests for cache hit / miss.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112758/new/

https://reviews.llvm.org/D112758

Files:
  llvm/include/llvm/Debuginfod/Debuginfod.h
  llvm/include/llvm/Support/Caching.h
  llvm/lib/CMakeLists.txt
  llvm/lib/Debuginfod/CMakeLists.txt
  llvm/lib/Debuginfod/Debuginfod.cpp
  llvm/unittests/CMakeLists.txt
  llvm/unittests/Debuginfod/CMakeLists.txt
  llvm/unittests/Debuginfod/DebuginfodTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112758.390206.patch
Type: text/x-patch
Size: 14897 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211128/095a78c9/attachment.bin>


More information about the llvm-commits mailing list