[all-commits] [llvm/llvm-project] 274370: MCAsmInfo: Replace some Mach-O specific check with...

Fangrui Song via All-commits all-commits at lists.llvm.org
Thu Aug 15 13:51:37 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 274370d60332e76c374fd7bf87ade16319c2782c
      https://github.com/llvm/llvm-project/commit/274370d60332e76c374fd7bf87ade16319c2782c
  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:
  -----------
  MCAsmInfo: Replace some Mach-O specific check with isMachO(). NFC

`HasMachO*` might lure contributors to add other object file format
propery when it is not really necessary.



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