[all-commits] [llvm/llvm-project] 12028c: [DwarfGenerator] Calculate relative offset accordi...
Will Hawkins via All-commits
all-commits at lists.llvm.org
Wed Mar 20 09:18:54 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 12028cb1dab9ba1b4ac826c3d70ca19c3b379255
https://github.com/llvm/llvm-project/commit/12028cb1dab9ba1b4ac826c3d70ca19c3b379255
Author: Will Hawkins <hawkinsw at obs.cr>
Date: 2024-03-20 (Wed, 20 Mar 2024)
Changed paths:
M llvm/unittests/DebugInfo/DWARF/DwarfGenerator.cpp
Log Message:
-----------
[DwarfGenerator] Calculate relative offset according to Dwarf Version (#84847)
The relative offset for a CU in Dwarf v5 (and later) is different than
the relative offset for a CU in Dwarf v4 (and before).
Signed-off-by: Will Hawkins <hawkinsw at obs.cr>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list