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
Tests: remove -lstdc++ on Windows test expectations (#5816)
Windows uses a different C++ runtime, which we rely on the linker driver
to adjust the linker invocation (due to ABI incompatibilities between
debug and release builds). This allows the BuildPlan tests to now pass
on Windows.
0 commit comments