mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-19 08:56:05 +00:00

With a fix to uninitialized EndOffset. DW_OP_call_ref is the only operation that has an operand which depends on the DWARF format. The patch fixes handling that operation in DWARF64 units. Differential Revision: https://reviews.llvm.org/D79501