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
generator: Don't build other llvm binaries when building lld from source (#83)
#51 changed the recipe which builds `lld` from source so it would
only build `lld` and not the rest of the `llvm` tools. This change
was lost in the transition to `AsyncProcess` in #77.
This change reduces a scratch build from about 19m30s to 16m on my
machine.
0 commit comments