aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/BuildID.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-05-10[Object] Fix handling of Elf_Nhdr with sh_addralign=8Fangrui Song1-1/+1
2023-04-05[Object] Refactor build ID parsing into Object lib.Daniel Thornburgh1-12/+17
2022-12-04[Object] llvm::Optional => std::optionalFangrui Song1-3/+3
2022-12-02[llvm] Use std::nullopt instead of None (NFC)Kazu Hirata1-2/+2
2022-09-28[NFC] [Object] Create library to fetch debug info by build ID.Daniel Thornburgh1-0/+93