We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa696af commit ee8e739Copy full SHA for ee8e739
compiler/rustc_codegen_gcc/src/lib.rs
@@ -246,7 +246,7 @@ impl CodegenBackend for GccCodegenBackend {
246
}
247
248
249
-fn new_context<'gcc, 'tcx>(tcx: &TyCtxt<'tcx>) -> Context<'gcc> {
+fn new_context<'gcc, 'tcx>(tcx: TyCtxt<'tcx>) -> Context<'gcc> {
250
let context = Context::default();
251
if tcx.sess.target.arch == "x86" || tcx.sess.target.arch == "x86_64" {
252
context.add_command_line_option("-masm=intel");
0 commit comments