Skip to content

Commit a72649f

Browse files
committed
[𝘀𝗽𝗿] initial version
Created using spr 1.3.7
1 parent 430d0ed commit a72649f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

lld/docs/ld.lld.1

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,19 @@ a given pattern are handled as if they were given as arguments of
719719
Creates a separate output section for every orphan input section.
720720
.It Fl -unresolved-symbols Ns = Ns Ar value
721721
Determine how to handle unresolved symbols.
722+
.Pp
723+
.Bl -tag -width 2n -compact
724+
.It Cm report-all
725+
Report unresolved symbols (default).
726+
.It Cm ignore-in-object-files
727+
Only report unresolved symbols contained in shared libraries. Ignore if the are
728+
contained in object files.
729+
.It Cm ignore-in-shared-libs
730+
Only report unresolved symbols contained in object files. Ignore if they are
731+
contained in shared libraries.
732+
.It Cm ignore-all
733+
Do not report unresolved symbols.
734+
.El
722735
.It Fl -use-android-relr-tags
723736
Use SHT_ANDROID_RELR / DT_ANDROID_RELR* tags instead of SHT_RELR / DT_RELR*.
724737
.It Fl v , Fl V

0 commit comments

Comments
 (0)