Author: Orlando Cazalet-Hyams Date: 2025-09-04T11:02:30+01:00 New Revision: 68268c7db28541426948e0b35b684d630a3bfada
URL: https://github.com/llvm/llvm-project/commit/68268c7db28541426948e0b35b684d630a3bfada DIFF: https://github.com/llvm/llvm-project/commit/68268c7db28541426948e0b35b684d630a3bfada.diff LOG: [KeyInstr] Add release note following #149509 (#156005) Key Instructions (-gkey-instructions) is now enabled by default when DWARF is being emitted, the input is plain C/C++, and optimisations are enabled. Add release note for the change in default behaviour. Added: Modified: clang/docs/ReleaseNotes.rst Removed: ################################################################################ diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 7311610a05396..b510fa5034891 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -219,6 +219,7 @@ Deprecated Compiler Flags 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) Removed Compiler Flags ------------------------- _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits