aboutsummaryrefslogtreecommitdiff
path: root/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.bazel')
-rw-r--r--BUILD.bazel9
1 files changed, 9 insertions, 0 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
index e59b1a21..ebd0f993 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -77,3 +77,12 @@ alias(
"//conditions:default": ":clang",
}),
)
+
+platform(
+ name = "x64_windows-clang-cl",
+ constraint_values = [
+ "@platforms//cpu:x86_64",
+ "@platforms//os:windows",
+ "@bazel_tools//tools/cpp:clang-cl",
+ ],
+)