File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 283cf3541565ce12cc267fed6ef064a24325d1f5
2
+ refs/heads/master: 5b35c9caf5aa0b6811f0edd9e1cfdc0d2d702111
Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ mod write {
244
244
buf_o,
245
245
LLVMAssemblyFile ,
246
246
CodeGenOptLevel ,
247
- opts . stack_growth ) } ) } ) ;
247
+ true ) } ) } ) ;
248
248
}
249
249
250
250
@@ -264,7 +264,7 @@ mod write {
264
264
buf_o,
265
265
LLVMObjectFile ,
266
266
CodeGenOptLevel ,
267
- opts . stack_growth ) } ) } ) ;
267
+ true ) } ) } ) ;
268
268
}
269
269
} else {
270
270
// If we aren't saving temps then just output the file
@@ -282,7 +282,7 @@ mod write {
282
282
buf_o,
283
283
FileType ,
284
284
CodeGenOptLevel ,
285
- opts . stack_growth ) } ) } ) ;
285
+ true ) } ) } ) ;
286
286
}
287
287
// Clean up and return
288
288
@@ -651,9 +651,7 @@ fn link_binary(sess: session::session,
651
651
}
652
652
653
653
// Stack growth requires statically linking a __morestack function
654
- if sess. get_opts ( ) . stack_growth {
655
- gcc_args += [ "-lmorestack" ] ;
656
- }
654
+ gcc_args += [ "-lmorestack" ] ;
657
655
658
656
gcc_args += rpath:: get_rpath_flags ( sess, output) ;
659
657
You can’t perform that action at this time.
0 commit comments