[PATCH] D52917: Avoid unnecessary buffer allocation and memcpy for compressed sections.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 4 17:05:21 PDT 2018
ruiu added a comment.
In lld, we do apply relocations after we copy input section contents to the output buffer, so this patch doesn't affect how we apply relocations. If a compressed section contains relocations, they are processed fine like before.
https://reviews.llvm.org/D52917
More information about the llvm-commits
mailing list