[clang] WIP: [clang] MicrosoftCXXABI: Fix exception copy constructor LUT after loading AST (PR #114075)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 22 06:20:12 PST 2025


https://github.com/erichkeane commented:

I have no idea here as this touches both modules AND MSVC ABI.  That said, it seems really odd that we'd have to store this rather than calculate it on deserialization.

Perhaps @ChuanqiXu9 can take a look as someone more familiar with our serialization/modules implementation?

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


More information about the cfe-commits mailing list