[all-commits] [llvm/llvm-project] 43efb5: [llvm-objdump] Create name for fake sections

Namhyung Kim via All-commits all-commits at lists.llvm.org
Fri Sep 9 04:27:27 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 43efb5e445fdd86ab7a0e849b6d70d96d7fafcdc
      https://github.com/llvm/llvm-project/commit/43efb5e445fdd86ab7a0e849b6d70d96d7fafcdc
  Author: Namhyung Kim <namhyung at google.com>
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
    M llvm/include/llvm/Object/ELF.h
    M llvm/test/Object/objdump-no-sectionheaders.test
    M llvm/test/tools/llvm-objdump/X86/disassemble-no-section.test
    M llvm/tools/llvm-objdump/llvm-objdump.cpp

  Log Message:
  -----------
  [llvm-objdump] Create name for fake sections

It doesn't have a section header string table so add a vector to have
the strings and create name based on the program header type and the
index.

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




More information about the All-commits mailing list