llvm-project
331c2dd8 - [BOLT][DWARF] Add support for DW_OP_GNU_push_tls_address to .debug_names (#119939)

Commit
1 year ago
[BOLT][DWARF] Add support for DW_OP_GNU_push_tls_address to .debug_names (#119939) Added support to BOLT for DW_OP_GNU_push_tls_address. So now DW_TAG_variable with this OP in DW_AT_location will appear in debug names acceleration table. Although not in the DWARF 5 spec it is similar to DW_OP_form_tls_address. Without this support llvm-dwarfdump --verify --debug-names will report errors.
Author
Parents
Loading