From d895c6effff5cd682f1a16cdede8be1588725ec4 Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Fri, 20 Dec 2024 12:51:01 -0800 Subject: [PATCH] Add no_dotd_file well known feature This feature is used in bazel to disable anything related to .d files. This is off by default but must be here to be enabled. --- crosstool/cc_toolchain_config.bzl | 1 + 1 file changed, 1 insertion(+) diff --git a/crosstool/cc_toolchain_config.bzl b/crosstool/cc_toolchain_config.bzl index 1b7d2d7..2d32460 100644 --- a/crosstool/cc_toolchain_config.bzl +++ b/crosstool/cc_toolchain_config.bzl @@ -2676,6 +2676,7 @@ please file an issue at https://github.com/bazelbuild/apple_support/issues/new feature(name = "only_doth_headers_in_module_maps"), feature(name = "opt"), feature(name = "parse_headers"), + feature(name = "no_dotd_file"), # Features with more configuration link_libcpp_feature,