summaryrefslogtreecommitdiffstats
path: root/clang/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'clang/docs/ReleaseNotes.rst')
-rw-r--r--clang/docs/ReleaseNotes.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 1f09655027f..cf15a024fca 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -77,7 +77,10 @@ Modified Compiler Flags
- `clang -dumpversion` now returns the version of Clang itself.
-- ...
+- On ELF, ``-gz`` now defaults to ``-gz=zlib``. It produces ``SHF_COMPRESSED``
+ style compression of debug information. GNU binutils 2.26 or newer, or lld is
+ required to link produced object files. Use ``-gz=zlib-gnu`` to get the old
+ behavior.
New Pragmas in Clang
--------------------
OpenPOWER on IntegriCloud