Skip to content

Commit e282f31

Browse files
committed
Fix stack_protector
1 parent 02144e3 commit e282f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cc/toolchains/llvm/unix_cc_toolchain_config.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1545,7 +1545,7 @@ def _impl(ctx):
15451545
swift_disable_conversion_warning_feature,
15461546
swift_disable_warnings_for_test_targets_feature,
15471547
stack_protector_feature,
1548-
stack_protector_feature,
1548+
strong_stack_protector_feature,
15491549
]
15501550

15511551
return cc_common.create_cc_toolchain_config_info(

0 commit comments

Comments
 (0)