rust/src/librustc_codegen_ssa/back
Nicholas Nethercote e1d1db790f Remove TargetOptions::embed_bitcode.
It's unused by any existing targets, and soon we'll be embedding full
bitcode by default anyway.
2020-03-25 14:09:27 +11: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 Refactorings to begin getting rid of rustc_codegen_utils 2020-03-19 23:14:46 -05:00
linker.rs use direct imports for rustc::{lint, session}. 2020-03-16 02:52:06 +01: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 don't create variable bindings just to return the bound value immediately (clippy::let_and_return) 2020-03-22 00:35:25 +01:00
symbol_export.rs Refactorings to begin getting rid of rustc_codegen_utils 2020-03-19 23:14:46 -05:00
write.rs Remove TargetOptions::embed_bitcode. 2020-03-25 14:09:27 +11:00