Files
rust/compiler
Fangrui Song f3d81917fc Default relax_elf_relocations to true
This option tells LLVM to emit relaxable relocation types
R_X86_64_GOTPCRELX/R_X86_64_REX_GOTPCRELX/R_386_GOT32X in applicable cases. True
matches Clang's CMake default since 2020-08 [1] and latest LLVM default[2].

This also works around a GNU ld<2.41 issue[3] when using
general-dynamic/local-dynamic TLS models in `-Z plt=no` mode with latest LLVM.

[1]: https://github.com/llvm/llvm-project/commit/c41a18cf61790fc898dcda1055c3efbf442c14c0
[2]: https://github.com/llvm/llvm-project/commit/2aedfdd9b82e6c72a28576d0e8ea854f1300ff4e
[3]: https://sourceware.org/bugzilla/show_bug.cgi?id=24784
2023-08-23 11:12:30 -07:00
..
2023-08-03 14:50:50 +02:00
2023-08-14 21:29:19 +02:00
2023-07-03 07:20:51 +00:00
fix
2023-08-18 15:19:23 +08:00
2023-08-22 09:17:46 +00:00
2023-07-19 16:37:09 +00:00
2023-07-03 13:51:54 -07:00
2023-08-22 21:47:46 +03:00