]> git.lizzy.rs Git - rust.git/commit
trans: Re-enable unwinding on 64-bit MSVC
authorAlex Crichton <alex@alexcrichton.com>
Tue, 11 Aug 2015 18:48:43 +0000 (11:48 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 11 Aug 2015 23:45:02 +0000 (16:45 -0700)
commitb6b4f5a0e7a98d918d7c5a56e291c0063f257f1e
tree57ae604ac7138ac138d63cc38ed82ad4194d03a0
parent91c618f133a35ffccc7e03e06f9318c59d091ae3
trans: Re-enable unwinding on 64-bit MSVC

This commit leverages the runtime support for DWARF exception info added
in #27210 to enable unwinding by default on 64-bit MSVC. This also additionally
adds a few minor fixes here and there in the test harness and such to get
`make check` entirely passing on 64-bit MSVC:

* The invocation of `maketest.py` now works with spaces/quotes in CC
* debuginfo tests are disabled on MSVC
* A link error for librustc was hacked around (see #27438)
mk/tests.mk
src/etc/maketest.py
src/librustc/lib.rs
src/librustc_back/target/x86_64_pc_windows_msvc.rs
src/librustc_data_structures/lib.rs
src/librustc_trans/trans/base.rs
src/librustc_trans/trans/common.rs
src/librustc_trans/trans/intrinsic.rs
src/libstd/rt/unwind/mod.rs