Skip to content
  • Sean Silva's avatar
    [yaml2obj][ELF] Make symbol table top-level key. · 82177573
    Sean Silva authored
    Although in reality the symbol table in ELF resides in a section, the
    standard requires that there be no more than one SHT_SYMTAB. To enforce
    this constraint, it is cleaner to group all the symbols under a
    top-level `Symbols` key on the object file.
    
    llvm-svn: 184627
    82177573
Loading