[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 08:23:06 PST 2020
pcc added a comment.
If you don't need a guarantee of uniqueness wouldn't it be better to just take a hash of `Module::getSourceFileName()` instead of looking at the names of the globals?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73310/new/
https://reviews.llvm.org/D73310
More information about the llvm-commits
mailing list