[all-commits] [llvm/llvm-project] 92412c: [llvm-objdump] Handle -M for --macho

Fangrui Song via All-commits all-commits at lists.llvm.org
Mon Oct 28 09:40:38 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 92412c106f5275b4b385f7c2d882008181de2854
      https://github.com/llvm/llvm-project/commit/92412c106f5275b4b385f7c2d882008181de2854
  Author: Fangrui Song <i at maskray.me>
  Date:   2024-10-28 (Mon, 28 Oct 2024)

  Changed paths:
    A llvm/test/tools/llvm-objdump/MachO/AArch64/aliases.s
    M llvm/tools/llvm-objdump/MachODump.cpp
    M llvm/tools/llvm-objdump/llvm-objdump.cpp
    M llvm/tools/llvm-objdump/llvm-objdump.h

  Log Message:
  -----------
  [llvm-objdump] Handle -M for --macho

--macho -d uses the `parseInputMachO` code path, which does not handle
-M. Add -M handling for --macho as well.

Close #61019

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



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