[all-commits] [llvm/llvm-project] abe0dd: [llvm-objdump] Print ... even if a data mapping sy...

Fangrui Song via All-commits all-commits at lists.llvm.org
Wed Sep 25 10:33:01 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: abe0dd195a3b2630afdc5c1c233eb2a068b2d72f
      https://github.com/llvm/llvm-project/commit/abe0dd195a3b2630afdc5c1c233eb2a068b2d72f
  Author: Fangrui Song <i at maskray.me>
  Date:   2024-09-25 (Wed, 25 Sep 2024)

  Changed paths:
    M lld/test/ELF/aarch64-undefined-weak.s
    M llvm/test/MC/ARM/ltorg-range.s
    A llvm/test/tools/llvm-objdump/ELF/AArch64/zeroes.test
    A llvm/test/tools/llvm-objdump/ELF/ARM/zeroes.test
    M llvm/tools/llvm-objdump/llvm-objdump.cpp

  Log Message:
  -----------
  [llvm-objdump] Print ... even if a data mapping symbol is active

Swap `!DisassembleZeroes` and `if (DumpARMELFData)` conditions so that
in the false DisassembleZeroes case (default), `...` will be printed for
long consecutive zeroes, even when a data mapping symbol is active.

This is especially useful for certain lld tests that insert a huge
padding within a code section. Without `...` the output will be huge.

Pull Request: https://github.com/llvm/llvm-project/pull/109553



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list