[PATCH] D132504: [NFC] [Object] Create library to fetch debug info by build ID.

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 28 12:13:17 PDT 2022


phosek accepted this revision.
phosek added a comment.
This revision is now accepted and ready to land.

This could be potentially split into multiple smaller patches to make this easier to review, land and revert (if needed). For example introducing `llvm/include/llvm/Object/BuildID.h` with just `BuildID` and `BuildIDRef` types and their usage could be its own patch. With that being said, I'd be also fine with this landing as is.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132504



More information about the llvm-commits mailing list