From 98efd758c408f0c515e42f087484387a44b5e378 Mon Sep 17 00:00:00 2001 From: Derek Mauro Date: Fri, 27 Dec 2024 08:10:12 -0800 Subject: [PATCH] Use the public implementation rule for "@bazel_tools//tools/cpp:clang-cl" PiperOrigin-RevId: 710065786 Change-Id: Ibdc6c50e2911faed88ae36e4e61a7e99c47a6592 --- BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.bazel b/BUILD.bazel index 2b8159be479..03122a958e5 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -30,6 +30,6 @@ platform( constraint_values = [ "@platforms//cpu:x86_64", "@platforms//os:windows", - "@rules_cc//cc/private/toolchain:clang-cl", + "@bazel_tools//tools/cpp:clang-cl", ], )