[PATCH] D52917: Avoid unnecessary buffer allocation and memcpy for compressed sections.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 4 17:39:25 PDT 2018


MaskRay added inline comments.


================
Comment at: lld/test/ELF/relocatable-compressed-input.s:10
 
-## Check we decompress section and remove ".z" prefix specific for zlib-gnu compression.
+## Check we uncompress section and remove ".z" prefix specific for zlib-gnu compression.
 # CHECK:      Section {
----------------
rLLD324944 did `s/uncompress/decompress/g`. If you now feel that `uncompress` is better, you may make these changes in a separate commit.


https://reviews.llvm.org/D52917





More information about the llvm-commits mailing list