[PATCH] D24987: [ELF] Use MaxPageSize for aligning PT_LOAD

Ed Maste via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 21 14:11:53 PST 2016


On 6 November 2016 at 19:03, Davide Italiano <davide at freebsd.org> wrote:
>
> I don't exactly remember what gold does, but I want to point out that
> last time Michael and I tried to link the FreeBSD kernel with gold,
> gold produced a broken binary (i.e. the kernel crashed).

I linked a kernel with gold just now, using the same workaround I
applied for LLD (disabling x86bios), and the kernel boots
successfully. Without the workaround it panics on boot.


More information about the llvm-commits mailing list