Skip to content

Commit e5c69b1

Browse files
committed
Auto merge of rust-lang#29942 - brson:rmsegstack, r=alexcrichton
2 parents bce743c + 9974170 commit e5c69b1

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/librustc_llvm/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2044,7 +2044,6 @@ extern {
20442044
Model: CodeGenModel,
20452045
Reloc: RelocMode,
20462046
Level: CodeGenOptLevel,
2047-
EnableSegstk: bool,
20482047
UseSoftFP: bool,
20492048
PositionIndependentExecutable: bool,
20502049
FunctionSections: bool,

src/librustc_trans/back/write.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ pub fn create_target_machine(sess: &Session) -> TargetMachineRef {
218218
code_model,
219219
reloc_model,
220220
opt_level,
221-
true /* EnableSegstk */,
222221
use_softfp,
223222
!any_library && reloc_model == llvm::RelocPIC,
224223
ffunction_sections,

src/rustllvm/PassWrapper.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ LLVMRustCreateTargetMachine(const char *triple,
8080
CodeModel::Model CM,
8181
Reloc::Model RM,
8282
CodeGenOpt::Level OptLevel,
83-
bool EnableSegmentedStacks,
8483
bool UseSoftFloat,
8584
bool PositionIndependentExecutable,
8685
bool FunctionSections,

0 commit comments

Comments
 (0)