Remove an unnecessary pub
.
This commit is contained in:
parent
f81fe9d702
commit
8b9e3f0dd6
1 changed files with 1 additions and 1 deletions
|
@ -2057,7 +2057,7 @@ pub fn submit_pre_lto_module_to_llvm<B: ExtraBackendMethods>(
|
|||
})));
|
||||
}
|
||||
|
||||
pub fn pre_lto_bitcode_filename(module_name: &str) -> String {
|
||||
fn pre_lto_bitcode_filename(module_name: &str) -> String {
|
||||
format!("{module_name}.{PRE_LTO_BC_EXT}")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue