rust/src/librustc_codegen_ssa/back
Hugo Beauzée-Luyssen 5af318bd56 rustc: codegen: Build import library for all windows targets
So far it is assumed that using a DLL as a -l parameter argument is ok,
but the assumption doesn't hold when compiling the native code with
llvm.
In which case, an import library is required, so let's build one
This also requires the cargo counterpart to add the import library in
the stamp files, at least when compiling libstd. Otherwise, the files
don't get uplifted
2019-07-25 21:30:08 +02:00
..
rpath Separate librustc_codegen_ssa module 2019-06-16 14:16:55 +03:00
archive.rs Tidy 2019-04-20 13:21:40 +02:00
command.rs Convert more usages over 2019-07-01 20:21:12 -07:00
link.rs Rollup merge of #62021 - crlf0710:msvc_link_output_improve, r=alexcrichton 2019-07-03 09:59:10 -04:00
linker.rs rustc: codegen: Build import library for all windows targets 2019-07-25 21:30:08 +02:00
lto.rs Replace TimeLine with SelfProfiler 2019-03-10 11:10:55 -04:00
mod.rs Move almost all of cg_llvm/back/link.rs to cg_ssa 2019-04-20 13:21:40 +02:00
rpath.rs Separate librustc_codegen_ssa module 2019-06-16 14:16:55 +03:00
symbol_export.rs rename hir::map::local_def_id_from_hir_id to local_def_id 2019-07-04 12:53:12 +02:00
wasm.rs cleanup: Remove extern crate serialize as rustc_serializes 2019-07-23 19:20:16 +03:00
write.rs libsyntax: Remove Mark into ExpnId 2019-07-19 12:01:48 +03:00