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
Store a pointer to llvm::Archive::Child rather than by value
Recent changes to LLVM cause the constructor to Archive::Child to have
the same signature, but require a parent archive (otherwise a segfault
is hit).
This is backwards compatible with the current LLVM. This will need to be
done before the next LLVM upgrade.
0 commit comments