[PATCH] D70759: [llvm-symbolizer] Support debug file lookup using build ID
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 26 19:20:21 PST 2019
phosek added a comment.
@rupprecht added the `--fallback-debug-path` option in rL353730 <https://reviews.llvm.org/rL353730> which is AFAIK used for similar purpose as `--debug-file-directory`, except that it supports only a single directory, whereas in our use case we'd like to support searching through multiple directories.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70759/new/
https://reviews.llvm.org/D70759
More information about the llvm-commits
mailing list