[all-commits] [llvm/llvm-project] 9b8e53: [llvm-readobj] - Refine the LLVM-style output to b...

llvm-git-migration via All-commits all-commits at lists.llvm.org
Thu Oct 17 03:22:36 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9b8e5316f2a04b0cb641ba333fd776c88f3c021f
      https://github.com/llvm/llvm-project/commit/9b8e5316f2a04b0cb641ba333fd776c88f3c021f
  Author: George Rimar <grimar at accesssoftek.com>
  Date:   2019-10-17 (Thu, 17 Oct 2019)

  Changed paths:
    M llvm/test/Object/multiple-sections.yaml
    M llvm/test/tools/llvm-readobj/all.test
    M llvm/test/tools/llvm-readobj/elf-verneed-flags.yaml
    M llvm/test/tools/llvm-readobj/elf-versioninfo.test
    M llvm/test/tools/llvm-readobj/unwind.test
    M llvm/test/tools/yaml2obj/verdef-section.yaml
    M llvm/test/tools/yaml2obj/verneed-section.yaml
    M llvm/test/tools/yaml2obj/versym-section.yaml
    M llvm/tools/llvm-readobj/DwarfCFIEHPrinter.h
    M llvm/tools/llvm-readobj/ELFDumper.cpp

  Log Message:
  -----------
  [llvm-readobj] - Refine the LLVM-style output to be consistent.

Our LLVM-style output was inconsistent.
This patch changes the output in the following way:

SHT_GNU_verdef { -> VersionDefinitions [
SHT_GNU_verneed { -> VersionRequirements [
Version symbols [ -> VersionSymbols [
EH_FRAME Header [ -> EHFrameHeader {

Differential revision: https://reviews.llvm.org/D68636

llvm-svn: 375095




More information about the All-commits mailing list