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-10-31 00:09:39 +0000
committerbors <bors@rust-lang.org>2015-10-31 00:09:39 +0000
commit11ba81e105d7a0300a7af5731d644c451f191135 (patch)
treec15f4dd79d3050e897009c2fab1b766c3c49def0 /src/libstd/sys/unix/stack_overflow.rs
parent64b027764302aa67aa701a9f81bd938ca3d4052a (diff)
parentf351b69edd50457827d849f094b1bfade4378124 (diff)
downloadrust-11ba81e105d7a0300a7af5731d644c451f191135.tar.gz
rust-11ba81e105d7a0300a7af5731d644c451f191135.zip
Auto merge of #29477 - alexcrichton:revert-compiler-rt, r=brson
This ended up causing regressions in a few builds I've seen:

* MinGW -- [64-bit](https://ci.appveyor.com/project/alexcrichton/gcc-rs/build/1.0.338/job/2c4pkxgxa2dvqs25) and [32-bit](https://ci.appveyor.com/project/alexcrichton/gcc-rs/build/1.0.338/job/d0n7kml3k5el9gla)
- MSVC - [64-bit with VS 12.0](https://ci.appveyor.com/project/alexcrichton/gcc-rs/build/job/ugldcage9ydoy1k6) and [32-bit with VS 12.0](https://ci.appveyor.com/project/alexcrichton/gcc-rs/build/job/pn59p4rhnj8gybei).

I suspect the problems are along the lines of:

* The emutls support needs to be disabled on Windows, it currently always used pthreads which isn't available
* The objects in compiler-rt either need to be built without a CRT or not specifically against the static one.
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions