Revert "auto merge of #8695 : thestinger/rust/build, r=pcwalton"
This reverts commit2c0f9bd354
, reversing changes made tof8c4f0ea9c
. Conflicts: src/rustllvm/RustWrapper.cpp
This commit is contained in:
parent
7971c46c44
commit
3801534d10
4 changed files with 9 additions and 2 deletions
|
@ -284,6 +284,7 @@ LLVMRustBuildJIT(void* mem,
|
|||
std::string Err;
|
||||
TargetOptions Options;
|
||||
Options.JITEmitDebugInfo = true;
|
||||
Options.NoFramePointerElim = true;
|
||||
Options.EnableSegmentedStacks = EnableSegmentedStacks;
|
||||
RustMCJITMemoryManager* MM = (RustMCJITMemoryManager*) mem;
|
||||
assert(MM);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue