[PATCH] D23565: [ELF] Linkerscript: fix relocation offsets
Sean Silva via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 16 17:06:53 PDT 2016
silvas added a subscriber: silvas.
silvas added a comment.
Together with fixes for the things mentioned in https://reviews.llvm.org/D23352#516156, with this patch applied we can link and boot the FreeBSD 10.3 kernel!
I'm not sure that this is the right implementation though. It seems weird that we have to fixup the relocations. Could you explain why we need to do that? Could we implement this in a more natural way?
https://reviews.llvm.org/D23565
More information about the llvm-commits
mailing list