rust/src/librustc_trans
Alex Crichton bbef8893f7 rollup merge of #27676: alexcrichton/msvc-unwind
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)
2015-08-11 22:42:21 -07:00
..
back trans: Stop informing LLVM about dllexport 2015-08-10 18:20:42 -07:00
save rename ADTDef to AdtDef etc. 2015-08-07 15:03:09 +03:00
trans rollup merge of #27676: alexcrichton/msvc-unwind 2015-08-11 22:42:21 -07:00
lib.rs Use https URLs to refer to rust-lang.org where appropriate. 2015-08-09 14:28:46 -07:00
README.txt Make librustc's markdown README.txt claim to be markdown. 2015-03-20 13:29:13 +01:00

See the README.md in ../librustc.