balazske added a comment.

In this case the problem was that some of the flags of the already created and 
inserted `ToFunction` are not initialized. During the import of some "ctor 
initializers" this non-complete ToFunction may be accessed somehow (by 
structural equivalence or other code) and an assert comes because invalid 
value. (Maybe in the test code the second constructor is imported as "ctor 
initializer" during the import of the first.)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65935/new/

https://reviews.llvm.org/D65935



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to