Skip to content

Commit 997bec5

Browse files
committed
Disable stack alignment options on iOS
PiperOrigin-RevId: 721860407
1 parent 2aa56d8 commit 997bec5

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

build_config/BUILD.bazel

-8
Original file line numberDiff line numberDiff line change
@@ -363,11 +363,3 @@ selects.config_setting_group(
363363
":clang"
364364
],
365365
)
366-
367-
selects.config_setting_group(
368-
name = "ios_clang",
369-
match_all = [
370-
":ios",
371-
":clang"
372-
],
373-
)

build_params.bzl

-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,6 @@ def _x86_align_stack(alignment):
304304
"-mincoming-stack-boundary=4",
305305
],
306306
"//build_config:fuchsia_clang": [],
307-
"//build_config:ios_clang": [],
308307
"//conditions:default": [],
309308
})
310309

0 commit comments

Comments
 (0)