rust/compiler/rustc_codegen_llvm/src/back
Anthony Ramine 6febaf2419 Implement -Z relax-elf-relocations=yes|no
This lets rustc users tweak whether the linker should relax ELF relocations,
namely whether it should emit R_X86_64_GOTPCRELX relocations instead of
R_X86_64_GOTPCREL, as the former is allowed by the ABI to be further
optimised. The default value is whatever the target defines.
2020-10-31 17:16:56 +01:00
..
archive.rs Replace target.target with target and target.ptr_width with target.pointer_width 2020-10-15 12:02:24 +02:00
lto.rs Fix even more clippy warnings 2020-10-30 10:13:39 -04:00
profiling.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
write.rs Implement -Z relax-elf-relocations=yes|no 2020-10-31 17:16:56 +01:00