You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the stacktrace I think this is a bug in LLVM and not in symengine, but maybe the simplest solution would be for symengine to use a unique_ptr instead of a shared_ptr to store llvm::LLVMContext and llvm::ExecutionEngine. This would disable the above problematic copy constructor.