]> git.lizzy.rs Git - rust.git/commitdiff
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)
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

1  2 
src/librustc/driver/driver.rs

Simple merge