This is an archive of the discontinued LLVM Phabricator instance.

[Debuginfod] Add --debug-file-directory to llvm-debuginfod-find.
ClosedPublic

Authored by mysterymath on May 18 2022, 2:33 AM.

Details

Summary

This allows llvm-debuginfod-find to locate binaries in local build ID
directories configured via --debug-file-directory, the same flag used
for this purpose by llvm-symbolizer. This provides a consistent lookup
semantics between the two tools when configured the same way, in
particular when debug binaries may be located either locally or
remotely.

Diff Detail

Event Timeline

mysterymath created this revision.May 18 2022, 2:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 18 2022, 2:33 AM
mysterymath requested review of this revision.May 18 2022, 2:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 18 2022, 2:33 AM
phosek accepted this revision.May 18 2022, 9:29 AM

LGTM

This revision is now accepted and ready to land.May 18 2022, 9:29 AM
This revision was landed with ongoing or failed builds.May 18 2022, 9:57 AM
This revision was automatically updated to reflect the committed changes.