[PATCH] D55211: [LLD][ELF] - Support discarding the .dynamic section.
Peter Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 3 10:23:07 PST 2018
peter.smith added a comment.
I've managed to build the linux kernel with D55211 <https://reviews.llvm.org/D55211>, D55215 <https://reviews.llvm.org/D55215> and D55218 <https://reviews.llvm.org/D55218> (after working around https://bugs.llvm.org/show_bug.cgi?id=39857) . I've not got the means to run the kernel, but it seems like the rela.dyn is present and correct and can be dumped with readelf.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55211/new/
https://reviews.llvm.org/D55211
More information about the llvm-commits
mailing list