raw_sha1_ostream was added as in 2016 as part of D16325 and the SHA1 implementation from that patch
has since then been used by a few other parts of LLVM. However, the raw_sha1_ostream class that
was also introduced by D16325 has no active users anywhere in LLVM.
The code itself looks perfectly fine, but as it's unused it doesn't seem worthwhile to make everyone
compile, maintain and run the tests for this class.