[clang] [Serialization] Load Specializations Lazily (PR #76774)

Jonas Hahnfeld via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 26 06:46:17 PST 2024


hahnjo wrote:

The newest version of this patch still doesn't work correctly. Switching the new `LoadExternalSpecializationsLazily` to disabled by default (somehow the argument didn't work on its own) instead crashes, most of the cases involving `MultiOnDiskHashTable`. I suspect some kind of memory error maybe? Sorry to not be more helpful at the moment...

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


More information about the cfe-commits mailing list