Closed
Description
There are some difficulties with implementing __morestack
for ARM, but I don't know what they are. @amuxtux can you explain?
For the time being it looks like we're just going to want to disable stack growth completely on ARM. To do this I think we should turn off the LLVM split stack feature for the ARM target (not use no_split_stack
#1226).