]> git.lizzy.rs Git - rust.git/commit
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)
commit3db2b6933d33d9a27bfd82e6de083d4aebe75a3b
tree85677a3099045450ce4ff4ffe35f0ceef068813d
parentba25fecfeffdbc96d31172f483bd20cffa635b3e
parent50fb57bb107b302f7d164e22aa75c8c2a2d48756
auto merge of #13628 : alexcrichton/rust/issue-13625, r=thestinger

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