Skip to content

Commit 50d0eb0

Browse files
authored
Rollup merge of #147127 - antoyo:fix/gcc-linker-plugin, r=bjorn3
Add a leading dash to linker plugin arguments in the gcc codegen Fix rust-lang/rust#130583 r? ``@bjorn3``
2 parents 644672e + ae92301 commit 50d0eb0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,10 @@ impl CodegenBackend for CraneliftCodegenBackend {
165165
""
166166
}
167167

168+
fn name(&self) -> &'static str {
169+
"cranelift"
170+
}
171+
168172
fn init(&self, sess: &Session) {
169173
use rustc_session::config::{InstrumentCoverage, Lto};
170174
match sess.lto() {

0 commit comments

Comments
 (0)