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-22 09:13:09 +0000
committerbors <bors@rust-lang.org>2015-07-22 09:13:09 +0000
commit25281b121ff809f35a6abd7d2d115995436c3319 (patch)
treed1c452eea3b1840803f0408b233238cd4a79f0c3 /src/libstd/sys/unix/stack_overflow.rs
parent90904204d6218ecb4bdfb36015759ade77b10f4b (diff)
parentc35b2bd226736925961ca6853b2ef29e8094cd90 (diff)
downloadrust-25281b121ff809f35a6abd7d2d115995436c3319.tar.gz
rust-25281b121ff809f35a6abd7d2d115995436c3319.zip
Auto merge of #27176 - alexcrichton:fix-stock-llvm, r=brson
This commit moves the IR files in the distribution, rust_try.ll,
rust_try_msvc_64.ll, and rust_try_msvc_32.ll into the compiler from the main
distribution. There's a few reasons for this change:

* LLVM changes its IR syntax from time to time, so it's very difficult to
  have these files build across many LLVM versions simultaneously. We'll likely
  want to retain this ability for quite some time into the future.
* The implementation of these files is closely tied to the compiler and runtime
  itself, so it makes sense to fold it into a location which can do more
  platform-specific checks for various implementation details (such as MSVC 32
  vs 64-bit).
* This removes LLVM as a build-time dependency of the standard library. This may
  end up becoming very useful if we move towards building the standard library
  with Cargo.

In the immediate future, however, this commit should restore compatibility with
LLVM 3.5 and 3.6.
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions