[llvm] [ThinLTO] Populate declaration import status except for distributed ThinLTO under a default-off new option (PR #88024)

Mingming Liu via llvm-commits llvm-commits at lists.llvm.org
Wed May 15 10:40:14 PDT 2024


================
@@ -121,6 +121,9 @@ void llvm::computeLTOCacheKey(
     support::endian::write64le(Data, I);
     Hasher.update(Data);
   };
+  auto AddUint8 = [&](const uint8_t &I) {
----------------
minglotus-6 wrote:

done.

https://github.com/llvm/llvm-project/pull/88024


More information about the llvm-commits mailing list