Skip to content

Commit 29f714f

Browse files
committed
Auto merge of #147140 - Zalathar:rollup-rtnqek7, r=Zalathar
Rollup of 7 pull requests Successful merges: - rust-lang/rust#133477 (Detect tuple structs that are unconstructable due to re-export) - rust-lang/rust#146929 (compiletest: Remove old-output-capture and become a stage0 bootstrap tool) - rust-lang/rust#146979 (constify Default on Nanoseconds) - rust-lang/rust#147092 (Do not compute optimized MIR if code does not type-check.) - rust-lang/rust#147112 (all 48 keywords in just 300 characters) - rust-lang/rust#147122 (Fix some crash-test directives) - rust-lang/rust#147127 (Add a leading dash to linker plugin arguments in the gcc codegen) r? `@ghost` `@rustbot` modify labels: rollup
2 parents 547a4ea + f7bcd00 commit 29f714f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,10 @@ impl CodegenBackend for GccCodegenBackend {
184184
crate::DEFAULT_LOCALE_RESOURCE
185185
}
186186

187+
fn name(&self) -> &'static str {
188+
"gcc"
189+
}
190+
187191
fn init(&self, _sess: &Session) {
188192
#[cfg(feature = "master")]
189193
{

0 commit comments

Comments
 (0)