[PATCH] D73310: Allow Module name to be used to generate a unique Module ID

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 24 09:55:24 PST 2020


pcc added a comment.

I am suggesting that you wouldn't change this function at all but would hash `getSourceFileName` yourself. (You shouldn't use `getModuleIdentifier` for anything that affects the contents of the output file because it isn't serialized.)


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

https://reviews.llvm.org/D73310





More information about the llvm-commits mailing list