[PATCH] D26199: [ELF] - Implemented --build-id=tree

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 2 02:42:37 PDT 2016


>Sounds good. I think we might also want to add config option for chunk size.
>
>Also what does mean "tree" here then ? I mean originally (by gold) tree is
>a N runs of MD5 + final run of SHA1. Do we want to use just the original algorithm
>whole the time ?
>
>George.

I mean N runs of MD5 + final run MD5 for --build-id=md5 and so on.

George.


More information about the llvm-commits mailing list