File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,8 @@ New Compiler Flags
85
85
allow silencing warnings about unused arguments for only a subset of
86
86
the command line arguments, keeping potential warnings for other arguments
87
87
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 >`_)
88
90
89
91
Deprecated Compiler Flags
90
92
-------------------------
@@ -116,9 +118,14 @@ Modified Compiler Flags
116
118
- Armv9.1-A (``armv9.1-a ``).
117
119
- Armv9.2-A (``armv9.2-a ``).
118
120
121
+ - ``-r `` now implies ``-nostdlib `` for many toolchains, matching GCC.
122
+ (`D116843 <https://reviews.llvm.org/D116843 >`_)
123
+
119
124
Removed Compiler Flags
120
125
-------------------------
121
126
127
+ - The legacy ``-gz=zlib-gnu `` and ``-Wa,--compress-debug-sections=zlib-gnu ``
128
+ have been removed.
122
129
- ``-fno-experimental-new-pass-manager `` has been removed.
123
130
``-flegacy-pass-manager `` can be used as a makeshift,
124
131
Using the legacy pass manager for the optimization pipeline was deprecated in
You can’t perform that action at this time.
0 commit comments