[all-commits] [llvm/llvm-project] 9944ef: Omit "Contents of" headers when -no-leading-header...

Michael Trent via All-commits all-commits at lists.llvm.org
Mon Feb 3 13:33:55 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9944ef42696ea048de6727c544eaebb897749113
      https://github.com/llvm/llvm-project/commit/9944ef42696ea048de6727c544eaebb897749113
  Author: Michael Trent <mtrent at apple.com>
  Date:   2020-02-03 (Mon, 03 Feb 2020)

  Changed paths:
    M llvm/test/tools/llvm-objdump/X86/macho-cstring-dump.test
    M llvm/tools/llvm-objdump/MachODump.cpp

  Log Message:
  -----------
  Omit "Contents of" headers when -no-leading-headers is specified.

Summary:
llvm-objdump -macho will no longer print "Contents of" headers when
disassembling section contents when -no-leading-headers is specified.
For historical reasons, this flag is independent of -no-leading-addr.

Reviewers: ab, pete, jhenderson

Reviewed By: jhenderson

Subscribers: rupprecht, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list