diff --git a/third_party/com/github/bazelbuild/bazel/src/main/protobuf/crosstool_config.proto b/third_party/com/github/bazelbuild/bazel/src/main/protobuf/crosstool_config.proto index 340dde5e..b117ad56 100644 --- a/third_party/com/github/bazelbuild/bazel/src/main/protobuf/crosstool_config.proto +++ b/third_party/com/github/bazelbuild/bazel/src/main/protobuf/crosstool_config.proto @@ -368,6 +368,7 @@ message CToolchain { optional bool supports_incremental_linker = 41 [default = false]; // Legacy field, ignored by Bazel. optional bool supports_normalizing_ar = 26 [default = false]; + // Legacy field, use 'per_object_debug_info' feature instead. optional bool supports_fission = 43 [default = false]; // Legacy field, ignored by Bazel. optional bool supports_dsym = 51 [default = false];