Re: [rust-dev] [PATCH] Add stack overflow check for ARM Thumb instruction set.

2014-02-16 Thread Svetoslav Neykov
I don't find any of the ARM split stack changes in the LLVM tree, just a single patch to the llvm-commits a year ago with no followup. (http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20130318/168838 .html) Since my changes depend on the ARM changes it doesn't make sense to try to

Re: [rust-dev] [PATCH] Add stack overflow check for ARM Thumb instruction set.

2014-02-16 Thread Alex Crichton
Yes, if you use rust-llvm-2014-02-11 as the base of the PR I can merge it in and update the LLVM that rust is using. On Sun, Feb 16, 2014 at 4:08 AM, Svetoslav Neykov svetos...@neykov.name wrote: I don't find any of the ARM split stack changes in the LLVM tree, just a single patch to the