search for: 38ab37a0

Displaying 2 results from an estimated 2 matches for "38ab37a0".

2013 May 08
0
[LLVMdev] [lld] contentHash in the Reader ?
...a digest algorithm to LLVM soon, as there are many folks who want to consume this information: modules, merge function pass, debug info, and the linker. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130508/38ab37a0/attachment.html>
2013 May 08
2
[LLVMdev] [lld] contentHash in the Reader ?
On Thu, May 9, 2013 at 12:04 AM, Shankar Easwaran <shankare at codeaurora.org>wrote: > On 5/8/2013 12:38 AM, Michael Spencer wrote: > >> On Tue, May 7, 2013 at 10:08 PM, Nick Kledzik <kledzik at apple.com> wrote: >> >> Shankar, >>> >>> Do you mean add a method like: >>> >>> virtual unsigned contentHash() const = 0;