mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-01 19:36:06 +00:00

This creates a library for fetching debug info by build ID, whether locally or remotely via debuginfod. The functionality was refactored out of existing code in the Symboliize library. Existing utilities were refactored to use this library. Reviewed By: phosek Differential Revision: https://reviews.llvm.org/D132504