[all-commits] [llvm/llvm-project] 8450d9: CodeGen: Move ABI option enums to support

Matt Arsenault via All-commits all-commits at lists.llvm.org
Sun Jun 8 19:36:09 PDT 2025


  Branch: refs/heads/users/arsenm/codegen/move-float-abi-eabi-to-support
  Home:   https://github.com/llvm/llvm-project
  Commit: 8450d9c1fbd55a916bc34aa6944c4d78e2dd1aff
      https://github.com/llvm/llvm-project/commit/8450d9c1fbd55a916bc34aa6944c4d78e2dd1aff
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-06-09 (Mon, 09 Jun 2025)

  Changed paths:
    M llvm/include/llvm/Support/CodeGen.h
    M llvm/include/llvm/Target/TargetOptions.h

  Log Message:
  -----------
  CodeGen: Move ABI option enums to support

Move these out of TargetOptions and into Support to avoid
the dependency on Target. There are similar ABI options
already in Support/CodeGen.h.



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