]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #13628 : alexcrichton/rust/issue-13625, r=thestinger
authorbors <bors@rust-lang.org>
Sat, 19 Apr 2014 17:56:25 +0000 (10:56 -0700)
committerbors <bors@rust-lang.org>
Sat, 19 Apr 2014 17:56:25 +0000 (10:56 -0700)
In upgrading LLVM, only rust functions had the "split-stack" attribute added.
This commit changes the addition of LLVM's "split-stack" attribute to *always*
occur and then we remove it sometimes if the "no_split_stack" rust attribute is
present.

Closes #13625


Trivial merge