[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 16:21:03 PST 2021
noajshu added inline comments.
================
Comment at: llvm/tools/llvm-symbolizer/CMakeLists.txt:13
DebugInfoPDB
+ Debuginfod
Demangle
----------------
vitalybuka wrote:
> Something with llvm::getCachedOrDownloadDebuginfo(llvm::ArrayRef<unsigned char>) is needed
> https://lab.llvm.org/buildbot/#/builders/37/builds/9005
Thanks for pointing this out. Do you know if it might be related to the use of
```
typedef ArrayRef<uint8_t> BuildIDRef;
typedef SmallVector<uint8_t, 10> BuildID;
```
?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113717/new/
https://reviews.llvm.org/D113717
More information about the llvm-commits
mailing list