Revert "Auto merge of #106511 - MaskRay:gotpcrelx, r=nikic"
This reverts commit4410868798, reversing changes made to249595b752. This causes linker failures with the binutils version used by cross (#115239), as well as miscompilations when using the mold linker.
This commit is contained in:
@@ -2216,7 +2216,7 @@ impl Default for TargetOptions {
|
||||
mcount: "mcount".into(),
|
||||
llvm_mcount_intrinsic: None,
|
||||
llvm_abiname: "".into(),
|
||||
relax_elf_relocations: true,
|
||||
relax_elf_relocations: false,
|
||||
llvm_args: cvs![],
|
||||
use_ctors_section: false,
|
||||
eh_frame_header: true,
|
||||
|
||||
Reference in New Issue
Block a user