[PATCH] D16325: Add support for computing SHA1 in LLVM

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 19 11:55:39 PST 2016


joker.eph created this revision.
joker.eph added reviewers: rafael, tejohnson.
joker.eph added subscribers: dexonsmith, llvm-commits.

Provide a class to generate a SHA1 from a sequence of bytes, and
a convenience raw_ostream adaptor.
This is not used anywhere yet in LLVM, but I plan to base some 
ThinLTO incremental scheme on this.

http://reviews.llvm.org/D16325

Files:
  include/llvm/Support/SHA1.h
  include/llvm/Support/raw_sha1_ostream.h
  lib/Support/CMakeLists.txt
  lib/Support/SHA1.cpp
  unittests/Support/CMakeLists.txt
  unittests/Support/raw_sha1_ostream_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16325.45289.patch
Type: text/x-patch
Size: 11187 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160119/590546d9/attachment.bin>


More information about the llvm-commits mailing list