[all-commits] [llvm/llvm-project] 389209: ARM: Move ABI enum from TargetMachine to TargetPar...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Sun Jun 22 23:23:20 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 38920964babfc0e2474accb606846c0bc740dc4d
      https://github.com/llvm/llvm-project/commit/38920964babfc0e2474accb606846c0bc740dc4d
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-06-23 (Mon, 23 Jun 2025)

  Changed paths:
    M llvm/include/llvm/TargetParser/ARMTargetParser.h
    M llvm/lib/Target/ARM/ARMTargetMachine.cpp
    M llvm/lib/Target/ARM/ARMTargetMachine.h
    M llvm/lib/Target/ARM/ARMTargetObjectFile.cpp
    M llvm/lib/TargetParser/ARMTargetParser.cpp

  Log Message:
  -----------
  ARM: Move ABI enum from TargetMachine to TargetParser (#144725)

Consolidate ABI parsing logic in TargetParser where
computeDefaultTargetABI is defined, instead of splitting it into the
backend. We need the full ABI information computable in
RuntimeLibcallsInfo



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