mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
54320a5f65
The original commit (7ff0ace96db9164dcde232c36cab6519ea4fce8) was causing build failure and was reverted in 6d242a73264ef1e3e128547f00e0fe2d20d3ada0 ==================== Original Commit Message ==================== This patch adds support for referencing different abbrev tables. We use 'ID' to distinguish abbrev tables and use 'AbbrevTableID' to explicitly assign an abbrev table to compilation units. The syntax is: ``` debug_abbrev: - ID: 0 Table: ... - ID: 1 Table: ... debug_info: - ... AbbrevTableID: 1 ## Reference the second abbrev table. - ... AbbrevTableID: 0 ## Reference the first abbrev table. ``` Reviewed By: jhenderson Differential Revision: https://reviews.llvm.org/D83116 |
||
---|---|---|
.. | ||
BigEndian.yaml | ||
bind_opcode.yaml | ||
bogus_load_command.yaml | ||
build_version_command.yaml | ||
DWARF2-AddrSize8-FormValues.yaml | ||
DWARF5-abbrevValues.yaml | ||
DWARF5-debug_info.yaml | ||
DWARF-BigEndian.yaml | ||
DWARF-debug_abbrev.yaml | ||
DWARF-debug_aranges.yaml | ||
DWARF-debug_info.yaml | ||
DWARF-debug_line.yaml | ||
DWARF-debug_ranges.yaml | ||
DWARF-debug_str.yaml | ||
DWARF-LittleEndian.yaml | ||
DWARF-pubsections.yaml | ||
dylib_dylinker_command.yaml | ||
export_trie.yaml | ||
fat_macho_i386_x86_64.yaml | ||
lazy_bind_opcode.yaml | ||
LittleEndian.yaml | ||
load_commands.yaml | ||
mach_header_32_malformed.yaml | ||
mach_header_64.yaml | ||
mach_header.yaml | ||
null_string_entries.yaml | ||
out_of_order_linkedit.yaml | ||
rebase_opcode.yaml | ||
relocations_arm64.yaml | ||
relocations_armv7.yaml | ||
relocations_empty.yaml | ||
relocations_ppc_big_endian.yaml | ||
relocations_x86_64.yaml | ||
section_data.yaml | ||
sections.yaml | ||
symtab.yaml | ||
virtual_section.yaml | ||
weak_bind_opcode.yaml |