rust/src/librustc_target
Parth Sane 54b206034f Change linker for x86_64-fortanix-unknown-sgx to rust-lld
For SGX, the relocation using the relocation table is done by
the code in rust/src/libstd/sys/sgx/abi/reloc.rs and this code
should not require relocation. Setting RelaxELFRelocations flag
if allows this to happen, hence adding a Target Option for it.
2019-12-03 14:44:14 +05:30
..
abi review feedback: comments and spacing 2019-11-25 22:45:00 +01:00
spec Change linker for x86_64-fortanix-unknown-sgx to rust-lld 2019-12-03 14:44:14 +05:30
build.rs Remove licenses 2018-12-25 21:08:33 -07:00
Cargo.toml HashStable_Generic for librustc_target. 2019-11-17 22:37:14 +01:00
lib.rs Rename StableHashingContextLike to HashStableContext. 2019-11-23 17:57:00 +01:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00

librustc_target contains some very low-level details that are specific to different compilation targets and so forth.

For more information about how rustc works, see the rustc guide.