File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,17 +112,17 @@ def _swift_linking_rule_impl(ctx, is_test):
112112 features = ctx .features
113113 link_args .add_all (cpp_toolchain .link_options_do_not_use )
114114 link_args .add_all (cpp_toolchain .mostly_static_link_options (False ))
115- elif hasattr (cc_common , "get_command_line " ):
115+ elif hasattr (cc_common , "get_memory_inefficient_command_line " ):
116116 feature_configuration = cc_common .configure_features (
117117 cc_toolchain = cpp_toolchain ,
118118 requested_features = ctx .features + ["static_linking_mode" ],
119119 unsupported_features = ctx .disabled_features ,
120120 )
121- variables = cc_common .create_link_build_variables (
121+ variables = cc_common .create_link_variables (
122122 feature_configuration = feature_configuration ,
123123 cc_toolchain = cpp_toolchain ,
124124 )
125- link_cpp_toolchain_flags = cc_common .get_command_line (
125+ link_cpp_toolchain_flags = cc_common .get_memory_inefficient_command_line (
126126 feature_configuration = feature_configuration ,
127127 action_name = CPP_LINK_EXECUTABLE_ACTION_NAME ,
128128 variables = variables ,
You can’t perform that action at this time.
0 commit comments