• B
    Auto merge of #88000 - bjorn3:fix_cg_llvm_clif_compile, r=Mark-Simulacrum · 9ccf6616
    bors 提交于
    Fix compiling other codegen backends when llvm is enabled
    
    Extracted from #81746
    
    Without this change rustbuild will not pass the required linker argument to find libllvm. While other backends likely don't use libllvm, it is necessary to be able to link against rustc_driver as the llvm backend is linked into it.
    9ccf6616
builder.rs 66.5 KB