[PATCH] D116835: Use sha256 for source file debug info checksums with MSVC compat >= 1930

Hans Wennborg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 7 12:06:05 PST 2022


hans added a comment.

After sending this, I realized we should probably have a test to make sure it gets all the way into the .o and .pdb files correctly...

And, maybe we should hook up the /ZH flag? (https://docs.microsoft.com/en-us/cpp/build/reference/zh?view=msvc-170&preserve-view=true still says MD5 is default, but I guess that's just out of date)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116835/new/

https://reviews.llvm.org/D116835



More information about the llvm-commits mailing list