Skip to content

Commit

Permalink
Revert "Add gcc_quoting_for_param_files feature (#314)" (#320)
Browse files Browse the repository at this point in the history
This reverts commit 4df4418.

Until `dsym_path` is no longer incorrectly quoted by Bazel, or we have a
workaround in place.
  • Loading branch information
brentleyjones authored Apr 1, 2024
1 parent a1c4ec2 commit cf271a3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions crosstool/cc_toolchain_config.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1042,11 +1042,6 @@ 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 = True,
)

default_link_flags_feature = feature(
name = "default_link_flags",
enabled = True,
Expand Down Expand Up @@ -2583,7 +2578,6 @@ 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 cf271a3

Please sign in to comment.