| commit | 4cd57025781a463a8c07e8fdeccc632033c4f77f | [log] [tgz] |
|---|---|---|
| author | Mehdi Amini <mehdi.amini@apple.com> | Fri Apr 01 04:30:16 2016 +0000 |
| committer | Mehdi Amini <mehdi.amini@apple.com> | Fri Apr 01 04:30:16 2016 +0000 |
| tree | ef5850c1189f1ce036dee46058125ab91dc19f1b | |
| parent | 3de5ef96c93943af6154eeeccad2d7774343e97f [diff] |
Add support for computing SHA1 in LLVM Provide a class to generate a SHA1 from a sequence of bytes, and a convenience raw_ostream adaptor. This will be used to provide a "build-id" by hashing the Module block when writing bitcode. ThinLTO will use this information for incremental build. Reapply r265094 which was reverted in r265102 because it broke MSVC bots (constexpr is not supported). http://reviews.llvm.org/D16325 From: Mehdi Amini <mehdi.amini@apple.com> llvm-svn: 265107