Skip to content

Commit 05d07e4

Browse files
committed
[lld] Fix typo in 15.x release notes
The flag is -femit-dwarf-unwind, not -femit-compact-unwind.
1 parent 68e77f1 commit 05d07e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/docs/ReleaseNotes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ MachO Improvements
9898

9999
* We now support proper relocation and pruning of EH frames. **Note:** this
100100
comes at some performance overhead on x86_64 builds, and we recommend adding
101-
the ``-femit-compact-unwind=no-compact-unwind`` compile flag to avoid it.
101+
the ``-femit-dwarf-unwind=no-compact-unwind`` compile flag to avoid it.
102102
(`D129540 <https://reviews.llvm.org/D129540>`_,
103103
`D122258 <https://reviews.llvm.org/D122258>`_)
104104

0 commit comments

Comments
 (0)