rust/src/librustc_codegen_ssa/back
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
..
rpath make ./x.py bench again 2019-11-23 07:06:27 +01:00
archive.rs Use Symbol in Linker. 2019-09-11 11:31:38 +10:00
command.rs Remove the AsRef impl for SymbolStr. 2019-11-02 09:01:02 +11:00
link.rs Fix issue #64153 by checking for .rcgu.o suffix when trying to identify Rust generated object files. 2019-10-22 12:33:35 +02:00
linker.rs Change linker for x86_64-fortanix-unknown-sgx to rust-lld 2019-12-03 14:44:14 +05:30
lto.rs Replace TimeLine with SelfProfiler 2019-03-10 11:10:55 -04:00
mod.rs rustc: Update wasm32 support for LLVM 9 2019-07-25 07:08:45 -07:00
rpath.rs Separate librustc_codegen_ssa module 2019-06-16 14:16:55 +03:00
symbol_export.rs Move allocator_kind to CrateStore 2019-11-11 14:59:07 -05:00
write.rs rustc_plugin: Remove support for plugins adding LLVM passes 2019-12-01 20:53:25 +03:00