[clang] [llvm] [clang][ssaf] Add the TUSummaryExtractorRegistry (PR #173290)
Tomohiro Kashiwada via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 19 02:23:09 PST 2026
https://github.com/kikairoya commented:
@steakhal Hi, this change doesn't work in MinGW/Cygwin with `-DCLANG_LINK_CLANG_DYLIB=ON` due to wrong instantiations of `llvm::Registry<...>`. Those hosts require proper declarations of the template instantiations to share data symbols across DLL boundaries.
Could you take a look?
https://github.com/llvm/llvm-project/pull/173290
More information about the cfe-commits
mailing list