roll: pigweed pw_toolchain: llvm_clang.BUILD -> llvm_clang_legacy.BUILD part 1/2
Copies the toolchain build file to an alternative name as part of a
non-breaking transition to move the file.
Original-Bug: b/346388161
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/229730
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: 461c43a49e425e973644b4a58ebc5a2ab3e86c04
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 170ea861755bd7..461c43a49e425e
Roller-URL: https://ci.chromium.org/b/8736593283942402897
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I25f7af15d52447307c87ffe905a308f8c040e1d8
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/236372
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 116e97d..311f269 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -48,18 +48,18 @@
git_override(
module_name = "pigweed",
# ROLL: Warning: this entry is automatically updated.
- # ROLL: Last updated 2024-09-16.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8736614933423190689.
- commit = "170ea861755bd7186f3da240ac770729f6a42015",
+ # ROLL: Last updated 2024-09-17.
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8736593283942402897.
+ commit = "461c43a49e425e973644b4a58ebc5a2ab3e86c04",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
)
git_override(
module_name = "pw_toolchain",
# ROLL: Warning: this entry is automatically updated.
- # ROLL: Last updated 2024-09-16.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8736614933423190689.
- commit = "170ea861755bd7186f3da240ac770729f6a42015",
+ # ROLL: Last updated 2024-09-17.
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8736593283942402897.
+ commit = "461c43a49e425e973644b4a58ebc5a2ab3e86c04",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)