summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Elliott <aelliott@qti.qualcomm.com>2025-10-16 13:48:07 -0700
committerSam Elliott <aelliott@qti.qualcomm.com>2025-10-16 13:48:07 -0700
commit12c00943981c411ef1efe2c2077219299380296d (patch)
tree6a1576558114a0743987147f81cdb44d79875796
parentfe539821c126eb5462cbb94b8e7fa7f7b8bd019b (diff)
-rw-r--r--clang/docs/ReleaseNotes.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index edb872c1f388..6ebc2f0f63fa 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -287,6 +287,7 @@ Modified Compiler Flags
-----------------------
- The `-gkey-instructions` compiler flag is now enabled by default when DWARF is emitted for plain C/C++ and optimizations are enabled. (#GH149509)
- The `-fconstexpr-steps` compiler flag now accepts value `0` to opt out of this limit. (#GH160440)
+- The `-mno-outline` and `-moutline` compiler flags are now allowed on RISC-V and X86, which both support the machine outliner.
Removed Compiler Flags
-------------------------