Files
swift-mirror/lib/AST/Module.cpp
Bob Wilson fbc6a28472 Use llvm::MD5::stringifyResult to get a hash string.
llvm r298322 broke the Swift master-next build because it changed MD5Result
to be a struct and not just an array. Rather than a superficial patch to
extract the array, this changes the code to use llvm's stringifyResult
function, which basically addresses one of the FIXMEs in that code.
2017-03-21 10:36:52 -07:00

50 KiB