[llvm-branch-commits] [lld] 05d07e4 - [lld] Fix typo in 15.x release notes
Shoaib Meenai via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Aug 29 04:34:43 PDT 2022
Author: Shoaib Meenai
Date: 2022-08-29T16:33:53+05:00
New Revision: 05d07e41b3c5bccf8c9b93ae93ee05518a7435f1
URL: https://github.com/llvm/llvm-project/commit/05d07e41b3c5bccf8c9b93ae93ee05518a7435f1
DIFF: https://github.com/llvm/llvm-project/commit/05d07e41b3c5bccf8c9b93ae93ee05518a7435f1.diff
LOG: [lld] Fix typo in 15.x release notes
The flag is -femit-dwarf-unwind, not -femit-compact-unwind.
Added:
Modified:
lld/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/lld/docs/ReleaseNotes.rst b/lld/docs/ReleaseNotes.rst
index 80d89984f5df0..d9a93d342c73c 100644
--- a/lld/docs/ReleaseNotes.rst
+++ b/lld/docs/ReleaseNotes.rst
@@ -98,7 +98,7 @@ MachO Improvements
* We now support proper relocation and pruning of EH frames. **Note:** this
comes at some performance overhead on x86_64 builds, and we recommend adding
- the ``-femit-compact-unwind=no-compact-unwind`` compile flag to avoid it.
+ the ``-femit-dwarf-unwind=no-compact-unwind`` compile flag to avoid it.
(`D129540 <https://reviews.llvm.org/D129540>`_,
`D122258 <https://reviews.llvm.org/D122258>`_)
More information about the llvm-branch-commits
mailing list