[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:05:35 PST 2018
emaste created this revision.
emaste added reviewers: rafael, ruiu.
Initial ld.lld.1 commit crossed paths with https://reviews.llvm.org/rL324502 which added --build-id=fast, so that we can document --build-id as a synonym.
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.133284.patch
Type: text/x-patch
Size: 628 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180207/bbc8e05e/attachment.bin>
More information about the llvm-commits
mailing list