File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/bootstrap/src/core/build_steps Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -897,7 +897,7 @@ pub struct LldWrapper {
897
897
898
898
impl LldWrapper {
899
899
/// Returns `LldWrapper` that should be **used** by the passed compiler.
900
- pub fn for_compiler ( builder : & Builder < ' _ > , target_compiler : Compiler ) -> Self {
900
+ pub fn for_use_by_compiler ( builder : & Builder < ' _ > , target_compiler : Compiler ) -> Self {
901
901
Self {
902
902
build_compiler : get_tool_target_compiler (
903
903
builder,
@@ -998,7 +998,7 @@ pub struct WasmComponentLd {
998
998
999
999
impl WasmComponentLd {
1000
1000
/// Returns `WasmComponentLd` that should be **used** by the passed compiler.
1001
- pub fn for_compiler ( builder : & Builder < ' _ > , target_compiler : Compiler ) -> Self {
1001
+ pub fn for_use_by_compiler ( builder : & Builder < ' _ > , target_compiler : Compiler ) -> Self {
1002
1002
Self {
1003
1003
build_compiler : get_tool_target_compiler (
1004
1004
builder,
@@ -1165,7 +1165,7 @@ pub struct LlvmBitcodeLinker {
1165
1165
1166
1166
impl LlvmBitcodeLinker {
1167
1167
/// Returns `LlvmBitcodeLinker` that should be **used** by the passed compiler.
1168
- pub fn for_compiler ( builder : & Builder < ' _ > , target_compiler : Compiler ) -> Self {
1168
+ pub fn for_use_by_compiler ( builder : & Builder < ' _ > , target_compiler : Compiler ) -> Self {
1169
1169
Self {
1170
1170
build_compiler : get_tool_target_compiler (
1171
1171
builder,
You can’t perform that action at this time.
0 commit comments