[all-commits] [llvm/llvm-project] 109566: [bazel] Fold "${Target}Analysis" targets into thei...

Jorge Gorbe Moya via All-commits all-commits at lists.llvm.org
Thu Apr 3 15:21:47 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 109566a3d0cf20fc13a181a844c159032e7042ee
      https://github.com/llvm/llvm-project/commit/109566a3d0cf20fc13a181a844c159032e7042ee
  Author: Jorge Gorbe Moya <jgorbe at google.com>
  Date:   2025-04-03 (Thu, 03 Apr 2025)

  Changed paths:
    M utils/bazel/llvm-project-overlay/llvm/BUILD.bazel

  Log Message:
  -----------
  [bazel] Fold "${Target}Analysis" targets into their respective CodeGen targets. (#134312)

After 3801bf6164f570a145e3ebd20cf9114782ae0329, SPIRVAnalysis needs to
include SPIRV.h provided by SPIRVCodegen, but the CodeGen target already
depends on Analysis, so that would cause a circular dependency.

Analysis is a subdirectory of CodeGen so it makes sense as a part of the
main CodeGen target too.



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