Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShoaib Meenai <smeenai@fb.com>2022-08-29 14:33:53 +0300
committerShoaib Meenai <smeenai@fb.com>2022-08-29 14:33:53 +0300
commit05d07e41b3c5bccf8c9b93ae93ee05518a7435f1 (patch)
tree015ec8b9d3ee44bb385c9a7f3abe1534d1dafdf5
parent68e77f15953a9153c8c4a566297178df9b17aa9b (diff)
[lld] Fix typo in 15.x release notes
The flag is -femit-dwarf-unwind, not -femit-compact-unwind.
-rw-r--r--lld/docs/ReleaseNotes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/docs/ReleaseNotes.rst b/lld/docs/ReleaseNotes.rst
index 80d89984f5df..d9a93d342c73 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>`_)