about summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-07-10 12:40:25 +0000
committerbors <bors@rust-lang.org>2015-07-10 12:40:25 +0000
commitcdcce3ba4491436e6603833cee19533003993117 (patch)
tree946ff75d5e6b4dbdc82b8a0c4aa1fd49a995e06f /src/libstd/sys/unix/stack_overflow.rs
parentd0d37075a54b68df99c46d42655a06c575eecd3f (diff)
parent813cfa507324cdc515f1ba6c7e4ab061b4306230 (diff)
downloadrust-cdcce3ba4491436e6603833cee19533003993117.tar.gz
rust-cdcce3ba4491436e6603833cee19533003993117.zip
Auto merge of #26919 - alexcrichton:msvc-turn-off-unwinding, r=brson
There are a number of problems with MSVC landing pads today:

* They only work about 80% of the time with optimizations enabled. For example when running the run-pass test suite a failing test will cause `compiletest` to segfault (b/c of a thread panic). There are also a large number of run-fail tests which will simply crash.
* Enabling landing pads caused the regression seen in #26915.

Overall it looks like LLVM's support for MSVC landing pads isn't as robust as we'd like for now, so let's take a little more time before we turn them on by default.


Closes #26915
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions