rust/src/librustc_codegen_ssa
Mazdak Farrokhzad 69f1323167
Rollup merge of #66957 - parthsane:pvs/ftx_lld_linker, r=alexcrichton
Change Linker for x86_64-fortanix-unknown-sgx target to rust-lld

Changed linker for `x86_64-fortanix-unknown-sgx` target to `rust-lld`
This change needed the RelaxELFRelocations flag to be set for it to work correctly

r? @jethrogb
2019-12-03 19:41:54 +01:00
..
back Rollup merge of #66957 - parthsane:pvs/ftx_lld_linker, r=alexcrichton 2019-12-03 19:41:54 +01:00
debuginfo Merge hir::Mutability into ast::Mutability. 2019-11-10 12:21:05 +01:00
mir Fix issues caused during rebasing 2019-12-02 08:43:01 -05:00
traits Aggregation of drive-by cosmetic changes. 2019-11-21 18:50:38 +00:00
base.rs Move cgu_reuse_tracker to librustc_session 2019-12-03 12:18:32 -05:00
Cargo.toml Move cgu_reuse_tracker to librustc_session 2019-12-03 12:18:32 -05:00
common.rs Update to use new librustc_error_codes library 2019-11-14 13:05:42 +01:00
glue.rs Rename sty to kind 2019-09-25 15:50:04 +01:00
lib.rs Update to use new librustc_error_codes library 2019-11-14 13:05:42 +01:00
meth.rs Aggregation of drive-by cosmetic changes. 2019-11-21 18:50:38 +00:00
mono_item.rs Rename Item.node to Item.kind 2019-09-26 18:21:48 +01:00
README.md remove the last remaining READMEs 2019-10-24 13:32:54 -05:00

Please read the rustc-guide chapter on Backend Agnostic Codegen.