make more pleasant to read
This commit is contained in:
parent
d8da513668
commit
5251769c9e
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ pub unsafe fn create_module<'ll>(
|
|||
//
|
||||
// FIXME(#34960)
|
||||
let cfg_llvm_root = option_env!("CFG_LLVM_ROOT").unwrap_or("");
|
||||
let custom_llvm_used = cfg_llvm_root.trim() != "";
|
||||
let custom_llvm_used = !cfg_llvm_root.trim().is_empty();
|
||||
|
||||
if !custom_llvm_used && target_data_layout != llvm_data_layout {
|
||||
bug!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue