[PATCH] D58205: [ELF] Support GNU compressed sections
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 13 13:25:43 PST 2019
ruiu added a comment.
I personally think that they should update their toolchain so that they can handle the standardized compressed debug section instead of a GNU-extension, or they should disable tests that depends on the GNU extension by examining if `-compressed-debug-section=gnu` is supported before running the tests. I particularly dislike the fact that the GNU extension uses `.z` as a prefix for a compressed section, which honestly seems ugly.
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58205/new/
https://reviews.llvm.org/D58205
More information about the llvm-commits
mailing list