We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6681869 commit f4fd53bCopy full SHA for f4fd53b
lld/docs/ReleaseNotes.rst
@@ -40,6 +40,9 @@ ELF Improvements
40
* ``R_X86_64_CODE_4_GOTTPOFF`` (`#116634 <https://github.com/llvm/llvm-project/pull/116634>`_)
41
* ``R_X86_64_CODE_4_GOTPC32_TLSDESC`` (`#116909 <https://github.com/llvm/llvm-project/pull/116909>`_)
42
* ``R_X86_64_CODE_6_GOTTPOFF`` (`#117675 <https://github.com/llvm/llvm-project/pull/117675>`_)
43
+* ``--why-live=<glob>`` prints for each symbol matching ``<glob>`` a chain of
44
+ items that kept it live during garbage collection. This is inspired by the
45
+ Mach-O LLD feature of the same name.
46
47
Breaking changes
48
----------------
0 commit comments