[PATCH] D55423: [LLD][ELF] - A fix for "linker script assignment loses relative nature of section" bug.

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 3 07:57:35 PDT 2019


peter.smith added a comment.

Thanks for the test suggestion, that looks good to me. My understanding is that this would unblock the Linux Kernel  KASLR build on AArch64. The upstream linux maintainers are not willing to change the linker script for what seems like a linker limitation/bug.

- http://lists.infradead.org/pipermail/linux-arm-kernel/2018-December/617179.html
- http://lists.infradead.org/pipermail/linux-arm-kernel/2018-December/617176.html

My understanding is that only the Arm and AArch64 Linux kernel's are actively using LLD right now and the Linker script is specific to those builds so this half-fix in practice would be a step forward.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55423/new/

https://reviews.llvm.org/D55423





More information about the llvm-commits mailing list