]> git.lizzy.rs Git - rust.git/commit
auto merge of #10874 : vadimcn/rust/integrated-as, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 9 Dec 2013 09:01:43 +0000 (01:01 -0800)
committerbors <bors@rust-lang.org>
Mon, 9 Dec 2013 09:01:43 +0000 (01:01 -0800)
commite5f20212028fd6cb5161dbb2c0f14c9d94f1caea
treeba3244a7c4cffc47b604ffbcd915c433931b6efe
parent09db61fb4f2ab880726dc29624ce66b41f1eb341
parentc8498c19337f63b891f7f830a45636942badc56e
auto merge of #10874 : vadimcn/rust/integrated-as, r=alexcrichton

Last LLVM update seems to have fixed whatever prevented LLVM integrated assembler from generating correct unwind tables on Windows.   This PR switches Windows builds to use internal assembler by default.
Compilation via external assembler can still be requested via the newly added `-Z no-integrated-as` option.

Closes #8809
src/librustc/driver/driver.rs