rust/src/librustc_interface
bors aeb473803d Auto merge of #71825 - contrun:cg-option-strip, r=petrochenkov
add codegen option strip

closes https://github.com/rust-lang/rust/issues/71757

I don't know if the flags added here works for all linkers. I only tested on my Linux pc. I also don't know what is the best for emlinker, PtxLinker, MsvcLinker. The option for WasmLd is copied from https://aransentin.github.io/cwasm/.
2020-05-10 20:48:40 +00:00
..
build.rs Locate rustc binary similarly to codegen backend loading 2019-09-10 16:57:14 -04:00
callbacks.rs Query-ify Instance::resolve 2020-04-05 01:21:36 -04:00
Cargo.toml Remove unused dependencies 2020-04-20 17:59:27 +09:00
interface.rs fix miri-unleash delayed sanity checking 2020-05-02 14:39:19 +02:00
lib.rs Depend on libc from crates.io 2020-04-11 11:07:04 -04:00
passes.rs cleanup: config::CrateType -> CrateType 2020-05-02 11:57:23 +03:00
proc_macro_decls.rs librustc_middle: return LocalDefId instead of DefId in local_def_id 2020-04-23 23:14:07 +01:00
queries.rs Change return type of entry_fn query to return a LocalDefId 2020-04-27 23:58:11 +01:00
tests.rs Auto merge of #71825 - contrun:cg-option-strip, r=petrochenkov 2020-05-10 20:48:40 +00:00
util.rs Auto merge of #71775 - petrochenkov:crtcfg, r=matthewjasper 2020-05-10 08:25:32 +00:00