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
test: run B4 — two-stage self-host instead of ldflags injection
Run B3 post-mortem: the v2 injection never actually ran (a merge
conflict broke the command chain), so B3 re-tested B2's injection. But
injection is the wrong tool anyway — the bootstrap's hardcoded -lc++
precedes user ldflags. Two-stage self-host removes the problem: stage 1
(bootstrap-built, dynamic, runs on the build host) rebuilds itself as
stage 2 with flags.cppm's native staticStdlib implementation.
0 commit comments