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 d0f0453 commit c551a07Copy full SHA for c551a07
lld/docs/ReleaseNotes.rst
@@ -29,6 +29,9 @@ Non-comprehensive list of changes in this release
29
ELF Improvements
30
----------------
31
32
+* ``--print-gc-sections=<file>`` prints garbage collection section listing to a file.
33
+ (`#159706 <https://github.com/llvm/llvm-project/pull/159706>`_)
34
+
35
Breaking changes
36
37
lld/docs/ld.lld.1
@@ -522,6 +522,8 @@ Don't use.
522
523
.It Fl -print-gc-sections
524
List removed unused sections.
525
+.It Fl -print-gc-sections Ns = Ns Ar file
526
+List removed unused sections to the specified file.
527
.It Fl -print-icf-sections
528
List identical folded sections.
529
.It Fl -print-map
0 commit comments