[llvm] [LTO] Teach computeLTOCacheKey to return std::string (NFC) (PR #105331)
Kazu Hirata via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 20 13:31:24 PDT 2024
================
@@ -89,9 +89,9 @@ extern cl::opt<bool> EnableMemProfContextDisambiguation;
// Computes a unique hash for the Module considering the current list of
// export/import and other global analysis results.
// The hash is produced in \p Key.
----------------
kazutakahirata wrote:
Done.
https://github.com/llvm/llvm-project/pull/105331
More information about the llvm-commits
mailing list