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
If the host's libstdc++ version is too old using ci-llvm may result in an ABI mismatch
between the local libstdc++ and libLLVM.so. This PR adds a sanity check to immediately fail
at the beginning of the bootstrap before starting the actual build. I am not sure if '8.0.0'
is the best threshold, but it should be a good start and we can increase it anytime if needed.
Signed-off-by: onur-ozkan <[email protected]>
0 commit comments