]> granicus.if.org Git - clang/commit
Temporarily revert "Change -gz and -Wa,--compress-debug-sections to use gABI compress...
authorEric Christopher <echristo@gmail.com>
Tue, 14 May 2019 19:40:42 +0000 (19:40 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 14 May 2019 19:40:42 +0000 (19:40 +0000)
commitf6c9811b555c55ce8ef070931cbb6d75e964ffbf
treea5d3791d015fd210fc1736d244f23ddbf85c8f1d
parentcba0c265700b7b0741e1c6f6c513b7d2f05c1c4f
Temporarily revert "Change -gz and -Wa,--compress-debug-sections to use gABI compression (SHF_COMPRESSED)"

This affects users of older (pre 2.26) binutils in such a way that they can't necessarily
work around it as it doesn't support the compress option on the command line. Reverting
to unblock them and we can revisit whether to make this change now or fix how we want
to express the option.

This reverts commit bdb21337e6e1732c9895966449c33c408336d295/r360403.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@360703 91177308-0d34-0410-b5e6-96231b3b80d8
docs/ReleaseNotes.rst
lib/Frontend/CompilerInvocation.cpp
tools/driver/cc1as_main.cpp