[all-commits] [llvm/llvm-project] 84cc39: [llvm-readobj] Don't print out section names for S...

Jez Ng via All-commits all-commits at lists.llvm.org
Mon Oct 12 18:56:40 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 84cc39c329f8d4910b8f558971d715f949ce1e94
      https://github.com/llvm/llvm-project/commit/84cc39c329f8d4910b8f558971d715f949ce1e94
  Author: Jez Ng <jezng at fb.com>
  Date:   2020-10-12 (Mon, 12 Oct 2020)

  Changed paths:
    M llvm/test/tools/llvm-objcopy/MachO/symbol-table.test
    A llvm/test/tools/llvm-readobj/MachO/stabs.yaml
    M llvm/tools/llvm-readobj/MachODumper.cpp

  Log Message:
  -----------
  [llvm-readobj] Don't print out section names for STABS symbols

This diff is similar to what D71394 did for `llvm-objdump` -- it avoids
trying to look up a section name for STABS symbols, since some STABS
symbol types (like `N_OSO`) use the `n_sect` field to store other data
instead of a section index.

Differential Revision: https://reviews.llvm.org/D88468




More information about the All-commits mailing list