]> git.lizzy.rs Git - rust.git/commit
rustc_trans: Disable landing pads on MSVC
authorAlex Crichton <alex@alexcrichton.com>
Thu, 18 Jun 2015 22:24:36 +0000 (15:24 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 18 Jun 2015 22:24:36 +0000 (15:24 -0700)
commit57260262e76ec35f05d4a9fad4d13cda212f2c62
treeb6b8c3849df26359fea7b233e8ae4d98a91d0bd6
parent9cc0b2247509d61d6a246a5c5ad67f84b9a2d8b6
rustc_trans: Disable landing pads on MSVC

Currently all these do is cause linker errors as they try to lower to GNU-like
exception handling, none of which exists with MSVC.
src/librustc_trans/trans/base.rs