use println!()
This commit is contained in:
parent
117cdf35d4
commit
5355a16150
7 changed files with 26 additions and 26 deletions
|
@ -226,21 +226,21 @@ impl CodegenBackend for LlvmCodegenBackend {
|
|||
for &(name, _) in back::write::RELOC_MODEL_ARGS.iter() {
|
||||
println!(" {}", name);
|
||||
}
|
||||
println!("");
|
||||
println!();
|
||||
}
|
||||
PrintRequest::CodeModels => {
|
||||
println!("Available code models:");
|
||||
for &(name, _) in back::write::CODE_GEN_MODEL_ARGS.iter(){
|
||||
println!(" {}", name);
|
||||
}
|
||||
println!("");
|
||||
println!();
|
||||
}
|
||||
PrintRequest::TlsModels => {
|
||||
println!("Available TLS models:");
|
||||
for &(name, _) in back::write::TLS_MODEL_ARGS.iter(){
|
||||
println!(" {}", name);
|
||||
}
|
||||
println!("");
|
||||
println!();
|
||||
}
|
||||
req => llvm_util::print(req, sess),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue