We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aa56d8 commit 997bec5Copy full SHA for 997bec5
build_config/BUILD.bazel
@@ -363,11 +363,3 @@ selects.config_setting_group(
363
":clang"
364
],
365
)
366
-
367
-selects.config_setting_group(
368
- name = "ios_clang",
369
- match_all = [
370
- ":ios",
371
- ":clang"
372
- ],
373
-)
build_params.bzl
@@ -304,7 +304,6 @@ def _x86_align_stack(alignment):
304
"-mincoming-stack-boundary=4",
305
306
"//build_config:fuchsia_clang": [],
307
- "//build_config:ios_clang": [],
308
"//conditions:default": [],
309
})
310
0 commit comments