[llvm-branch-commits] [clang] be9f8fd - Add -debug-info-kind=constructor to clang release notes
Amy Huang via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Feb 24 10:40:16 PST 2020
Author: Amy Huang
Date: 2020-02-24T10:39:54-08:00
New Revision: be9f8fdfd9af15d70b3b80535f7519588784e939
URL: https://github.com/llvm/llvm-project/commit/be9f8fdfd9af15d70b3b80535f7519588784e939
DIFF: https://github.com/llvm/llvm-project/commit/be9f8fdfd9af15d70b3b80535f7519588784e939.diff
LOG: Add -debug-info-kind=constructor to clang release notes
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 784766bc9a34..91506e1a2b25 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -175,6 +175,10 @@ Modified Compiler Flags
between vector types.
Synonym: ``-fno-lax-vector-conversions``.
+- ``-debug-info-kind`` now has an option ``-debug-info-kind=constructor``,
+ which is one level below ``-debug-info-kind=limited``. This option causes
+ debug info for classes to be emitted only when a constructor is emitted.
+
New Pragmas in Clang
--------------------
More information about the llvm-branch-commits
mailing list