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

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