Skip to content

Commit 24bf96c

Browse files
committed
ReleaseNotes: add some clang notes
1 parent 2f23d4b commit 24bf96c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ New Compiler Flags
8585
allow silencing warnings about unused arguments for only a subset of
8686
the command line arguments, keeping potential warnings for other arguments
8787
outside of such a region.
88+
- ``-falign-loops=N`` (N is a power of 2) is now supported for non-LTO cases.
89+
(`D106701 <https://reviews.llvm.org/D106701>`_)
8890

8991
Deprecated Compiler Flags
9092
-------------------------
@@ -116,9 +118,14 @@ Modified Compiler Flags
116118
- Armv9.1-A (``armv9.1-a``).
117119
- Armv9.2-A (``armv9.2-a``).
118120

121+
- ``-r`` now implies ``-nostdlib`` for many toolchains, matching GCC.
122+
(`D116843 <https://reviews.llvm.org/D116843>`_)
123+
119124
Removed Compiler Flags
120125
-------------------------
121126

127+
- The legacy ``-gz=zlib-gnu`` and ``-Wa,--compress-debug-sections=zlib-gnu``
128+
have been removed.
122129
- ``-fno-experimental-new-pass-manager`` has been removed.
123130
``-flegacy-pass-manager`` can be used as a makeshift,
124131
Using the legacy pass manager for the optimization pipeline was deprecated in

0 commit comments

Comments
 (0)