[PATCH] D58265: ELF: Fix typo in --build-id option description

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 19 17:40:07 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL354422: ELF: Fix typo in --build-id option description (authored by tstellar, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D58265?vs=186951&id=187479#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58265/new/

https://reviews.llvm.org/D58265

Files:
  lld/trunk/ELF/Options.td


Index: lld/trunk/ELF/Options.td
===================================================================
--- lld/trunk/ELF/Options.td
+++ lld/trunk/ELF/Options.td
@@ -30,7 +30,7 @@
 def build_id: F<"build-id">, HelpText<"Alias for --build-id=fast">;
 
 def build_id_eq: J<"build-id=">, HelpText<"Generate build ID note">,
-  MetaVarName<"[fast,md5,sha,uuid,0x<hexstring>]">;
+  MetaVarName<"[fast,md5,sha1,uuid,0x<hexstring>]">;
 
 defm check_sections: B<"check-sections",
     "Check section addresses for overlaps (default)",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58265.187479.patch
Type: text/x-patch
Size: 523 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190220/f10b2fd1/attachment.bin>


More information about the llvm-commits mailing list