[lld] r354422 - ELF: Fix typo in --build-id option description

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 19 18:28:08 PST 2019


On 02/19/2019 05:40 PM, Tom Stellard via llvm-commits wrote:
> Author: tstellar
> Date: Tue Feb 19 17:40:35 2019
> New Revision: 354422
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=354422&view=rev
> Log:
> ELF: Fix typo in --build-id option description
> 

Hi Hans,

Are you planning to do another RC for 8.0.0?  If so, I would like to get
this merged into the release_80 branch.  If not, this can wait for 8.0.1, it
is very low priority.

-Tom

> Reviewers: ruiu, espindola
> 
> Reviewed By: ruiu
> 
> Subscribers: emaste, arichardson, llvm-commits
> 
> Tags: #llvm
> 
> Differential Revision: https://reviews.llvm.org/D58265
> 
> Modified:
>     lld/trunk/ELF/Options.td
> 
> Modified: lld/trunk/ELF/Options.td
> URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/Options.td?rev=354422&r1=354421&r2=354422&view=diff
> ==============================================================================
> --- lld/trunk/ELF/Options.td (original)
> +++ lld/trunk/ELF/Options.td Tue Feb 19 17:40:35 2019
> @@ -30,7 +30,7 @@ def Bstatic: F<"Bstatic">, HelpText<"Do
>  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)",
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
> 



More information about the llvm-commits mailing list