[PATCH] D43039: ld.lld.1: document --build-id=fast
Ed Maste via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 7 13:24:37 PST 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rLLD324528: Document --build-id=fast in ld.lld.1 (authored by emaste, committed by ).
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D43039
Files:
docs/ld.lld.1
Index: docs/ld.lld.1
===================================================================
--- docs/ld.lld.1
+++ docs/ld.lld.1
@@ -50,6 +50,7 @@
Generate a build ID note.
.Ar value
may be one of
+.Cm fast ,
.Cm md5 ,
.Cm sha1 ,
.Cm tree ,
@@ -61,13 +62,17 @@
is an alias for
.Cm sha1 .
Build-IDs of type
+.Cm fast ,
.Cm md5 ,
.Cm sha1 ,
and
.Cm tree
are calculated from the object contents.
+.Cm fast
+is not intended to be cryptographically secure.
.It Fl -build-id
-Generate a build ID note.
+Synonym for
+.Fl -build-id= Ns Cm fast .
.It Fl -color-diagnostics= Ns Ar value
Use colors in diagnostics.
.Ar value
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43039.133292.patch
Type: text/x-patch
Size: 628 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180207/ca1501a7/attachment.bin>
More information about the llvm-commits
mailing list