[llvm] r270569 - Recommit r270070 ([llvm-mc] - Teach llvm-mc to generate compressed debug sections in zlib style.)

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Wed May 25 09:48:35 PDT 2016


>Sigh, testing with the branches in the binutils git looks like 2.26 is
>the first one to support the standard format :-(
>
>It does support it since the branch point, so any 2.26 should be good.
>Ubuntu 16.04 is ok, 15.10 is not. Debian stable is not. Fedora 23 is
>not :-(
>
>As much as I hate to admit it, looks like we will have to support both
>--compress-debug-sections=zlib-gnu and --compress-debug-sections.
>Current gas defaults to standard format and only produces .zdebug ones
>if given --compress-debug-sections=zlib-gnu, so we can probably do the
>same.

Ok, I think will be able to address this tomorrow.

>Cheers,
>Rafael


More information about the llvm-commits mailing list