[all-commits] [llvm/llvm-project] 431024: [bazel] Remove DebugInfo files covered by more spe...

Jordan Rupprecht via All-commits all-commits at lists.llvm.org
Tue Jan 28 04:07:53 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 431024506c6f5597fe476e1283a08c9f8fa72ad7
      https://github.com/llvm/llvm-project/commit/431024506c6f5597fe476e1283a08c9f8fa72ad7
  Author: Jordan Rupprecht <rupprecht at google.com>
  Date:   2025-01-28 (Tue, 28 Jan 2025)

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

  Log Message:
  -----------
  [bazel] Remove DebugInfo files covered by more specific targets (#124138)

For example, `include/llvm/DebugInfo/DWARF/DWARFContext.h` is included
as part of both the generic "DebugInfo" target as well as the specific
"DebugInfoDWARF" target. It should only be in one. Tooling that manages
build dependencies should be more accurate now.



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