rust/src/librustc_llvm
Alex Crichton 6ccf03c843 rustbuild: Fix 32-bit Windows build
Unfortunately on i686-pc-windows-gnu LLVM's answer to `--host-target` is
`x86_64-pc-windows-gnu` even though we're building in a 32-bit shell as well as
compiling 32-bit libraries. For now use Cargo's `HOST` environment variable to
determine whether we're doing a cross compilation or not.
2016-03-14 14:56:48 -07:00
..
archive_ro.rs trans: Upgrade LLVM 2016-01-29 16:25:20 -08:00
build.rs rustbuild: Fix 32-bit Windows build 2016-03-14 14:56:48 -07:00
Cargo.toml rustbuild: Sync some Cargo.toml/lib.rs dependencies 2016-02-21 09:49:13 -08:00
diagnostic.rs Remove unneeded #[derive(Copy)] 2015-11-19 16:00:54 +00:00
lib.rs Implement filling drop in MIR 2016-02-24 21:05:21 +02:00