rust/src/librustc_codegen_ssa/back
Ralf Jung 85d712c115
Rollup merge of #72296 - ChrisDenton:msvc-link-check, r=petrochenkov
Suggest installing VS Build Tools in more situations

When MSVC's `link.exe` wasn't found but another `link.exe` was, the error message given can be [impenetrable](https://pastebin.com/MRMCr7HM) to many users. The usual suspect is GNU's `link` tool. In this case, inform the user that they may need to install VS build tools.

This only applies when Microsoft's link tool is expected.
2020-05-21 13:12:19 +02:00
..
rpath Format the world 2019-12-22 17:42:47 -05:00
archive.rs use direct imports for rustc::{lint, session}. 2020-03-16 02:52:06 +01:00
command.rs remove redundant returns (clippy::needless_return) 2020-03-20 20:23:03 +01:00
link.rs Rollup merge of #72296 - ChrisDenton:msvc-link-check, r=petrochenkov 2020-05-21 13:12:19 +02:00
linker.rs linker: More systematic handling of CRT objects 2020-05-14 10:45:11 +03:00
lto.rs Format the world 2019-12-22 17:42:47 -05:00
mod.rs Format the world 2019-12-22 17:42:47 -05:00
rpath.rs rustc -> rustc_middle part 3 (rustfmt) 2020-03-30 07:19:55 +02:00
symbol_export.rs cleanup: config::CrateType -> CrateType 2020-05-02 11:57:23 +03:00
write.rs Auto merge of #72178 - tmiasko:inliner-lifetimes, r=nikic 2020-05-16 22:16:48 +00:00