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
Fix clang linker driver issue in the bootstrap script
llbuild's `utils/adjust-times` executable can't be linked on Ubuntu Jammy with a plain `clang` invocation, which doesn't link C++ standard library. Replacing that `clang` invocation with `clang++` fixes the issue.
0 commit comments