[all-commits] [llvm/llvm-project] de4bbb: [Build Attributes] Standardize names according to ...

SivanShani-Arm via All-commits all-commits at lists.llvm.org
Tue Jan 28 01:54:07 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: de4bbbfdccb6172c563b07889ecfb06bc4974a7e
      https://github.com/llvm/llvm-project/commit/de4bbbfdccb6172c563b07889ecfb06bc4974a7e
  Author: SivanShani-Arm <sivan.shani at arm.com>
  Date:   2025-01-28 (Tue, 28 Jan 2025)

  Changed paths:
    M llvm/include/llvm/Support/AArch64BuildAttributes.h
    M llvm/lib/Support/AArch64BuildAttributes.cpp
    A llvm/lib/Support/ARMBuildAttributes.cpp
    R llvm/lib/Support/ARMBuildAttrs.cpp
    M llvm/lib/Support/CMakeLists.txt
    M llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
    M llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
    M llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp
    M llvm/lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.cpp
    M llvm/lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.h

  Log Message:
  -----------
  [Build Attributes] Standardize names according to convention. (#124556)

The de-facto convention for build attributes file and class names seems
to be 'Attrs' in the class name and 'Attributes' in the file name.

Accordingly, change file ARMBuildAttrs.cpp -> ARMBuildAttributes.cpp And
class AArch64BuildAttrs --> AArch64BuildAttributes



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