[all-commits] [llvm/llvm-project] 779d24: [DWARF] Find offset of attribute.
Alexander Yermolovich via All-commits
all-commits at lists.llvm.org
Wed Sep 1 11:50:20 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 779d24e151ded2bd55096acb9c96c2d69bdf4eeb
https://github.com/llvm/llvm-project/commit/779d24e151ded2bd55096acb9c96c2d69bdf4eeb
Author: Alexander Yermolovich <ayermolo at fb.com>
Date: 2021-09-01 (Wed, 01 Sep 2021)
Changed paths:
M llvm/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h
M llvm/lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp
M llvm/unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
Log Message:
-----------
[DWARF] Find offset of attribute.
This is used by BOLT to do patching of DebugInfo section, and Line Table. Directly by using find, and through getAttrFieldOffsetForUnit.
Reviewed By: dblaikie
Differential Revision: https://reviews.llvm.org/D107874
More information about the All-commits
mailing list