[all-commits] [llvm/llvm-project] b8dcf5: [llvm] add missing #include of Compiler.h (#141780)

Andrew Rogers via All-commits all-commits at lists.llvm.org
Wed May 28 09:40:32 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b8dcf53dc636239b82e2524d1cffc2c46ace751a
      https://github.com/llvm/llvm-project/commit/b8dcf53dc636239b82e2524d1cffc2c46ace751a
  Author: Andrew Rogers <andrurogerz at gmail.com>
  Date:   2025-05-28 (Wed, 28 May 2025)

  Changed paths:
    M llvm/include/llvm/Analysis/LoopUnrollAnalyzer.h
    M llvm/include/llvm/Analysis/Passes.h

  Log Message:
  -----------
  [llvm] add missing #include of Compiler.h (#141780)

Fixes a build break introduced in #136623. There were two files updated
to reference the `LLVM_ABI` macro that were not updated to `#include
"llvm/Support/Compiler.h"`

Failing build log
[here](https://green.lab.llvm.org/job/llvm.org/job/clang-stage2-Rthinlto/794/consoleFull#-471199310f80d942a-f672-4696-b0d9-c66cae8aa9dd)



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