ChuanqiXu9 wrote:

And also, when bootstrapping, have you met errors like:  `undefined symbol: 
clang::ImplicitConceptSpecializationDecl::~ImplicitConceptSpecializationDecl()`?
 There are other similar cases.

The common point of these decl is, they have a virtual destructor but they 
don't have any other virtual function. This is why my previous patch wrote: 
https://github.com/ChuanqiXu9/llvm-project/commit/40ceabea69d20e4c8b0e5415e4f6c0b37c6b863a#diff-9f23818ed51d0b117b5692129d0801721283d0f128a01cbc562353da0266d7adR1375-R1382

https://github.com/llvm/llvm-project/pull/165341
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to