Skip to content

Commit

Permalink
Reapply "Add gcc_quoting_for_param_files feature (#314)"
Browse files Browse the repository at this point in the history
This reverts commit cf271a3.

Signed-off-by: Brentley Jones <github@brentleyjones.com>
  • Loading branch information
brentleyjones committed Apr 18, 2024
1 parent a6a52d2 commit f5a8a26
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions crosstool/cc_toolchain_config.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
# limitations under the License.
"""A C++ toolchain configuration rule for macOS."""

load("@bazel_features//:features.bzl", "bazel_features")
load("@bazel_tools//tools/build_defs/cc:action_names.bzl", "ACTION_NAMES")
load(
"@bazel_tools//tools/cpp:cc_toolchain_config_lib.bzl",
Expand Down Expand Up @@ -1041,6 +1042,11 @@ please file an issue at https://github.com/bazelbuild/apple_support/issues/new
requires = [feature_set(features = ["coverage"])],
)

gcc_quoting_for_param_files_feature = feature(
name = "gcc_quoting_for_param_files",
enabled = bazel_features.cc.fixed_dsym_path_quoting,
)

default_link_flags_feature = feature(
name = "default_link_flags",
enabled = True,
Expand Down Expand Up @@ -2577,6 +2583,7 @@ please file an issue at https://github.com/bazelbuild/apple_support/issues/new
no_objc_arc_feature,
apple_env_feature,
relative_ast_path_feature,
gcc_quoting_for_param_files_feature,
user_link_flags_feature,
default_link_flags_feature,
no_deduplicate_feature,
Expand Down

0 comments on commit f5a8a26

Please sign in to comment.