[all-commits] [llvm/llvm-project] 4e078e: [MC] Replace hasAltEntry() with isMachO()

Fangrui Song via All-commits all-commits at lists.llvm.org
Thu Aug 15 14:01:31 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4e078e3797098daa40d254447c499bcf61415308
      https://github.com/llvm/llvm-project/commit/4e078e3797098daa40d254447c499bcf61415308
  Author: Fangrui Song <i at maskray.me>
  Date:   2024-08-15 (Thu, 15 Aug 2024)

  Changed paths:
    M llvm/include/llvm/MC/MCAsmInfo.h
    M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
    M llvm/lib/MC/MCAsmInfoDarwin.cpp

  Log Message:
  -----------
  [MC] Replace hasAltEntry() with isMachO()

All Mach-O targets have this property, so just remove this variable,
which could lure contributors to add unneeded object file format
specific properties.



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