[all-commits] [llvm/llvm-project] 4c5550: [AArch64][Subtarget] add missing direct include of...

Tomer Shafir via All-commits all-commits at lists.llvm.org
Mon Jun 9 06:17:08 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4c555051d76bb8375a9d22f8ce5af32acbc6003e
      https://github.com/llvm/llvm-project/commit/4c555051d76bb8375a9d22f8ce5af32acbc6003e
  Author: Tomer Shafir <tomer.shafir8 at gmail.com>
  Date:   2025-06-09 (Mon, 09 Jun 2025)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64Subtarget.h

  Log Message:
  -----------
  [AArch64][Subtarget] add missing direct include of Triple.h (#143362)

`AArch64Subtarget.h` uses the complete type of `Triple`, but had only
forward declared the class, which happend to be included through the
following bottom-up path for example: "llvm/TargetParser/Triple.h"
"llvm/MC/MCSubtargetInfo.h"
"llvm/CodeGen/TargetSubtargetInfo.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