Results 7 issues of Evan Wilde

Order is important. The ordering generated by autolink-extract is nonsensical in main and 5.9. I haven't had a chance to actually build the full symbol dependency graph to generate the...

UBI9 installs the gcc-12 aligned toolchain as a dependency for clang. Clang picks up the gcc-12 aligned toolchain and symbols and adds a call to `glibcxx::__assert_fail`, which is not in...

The Windows SDK on CI is not compliant, so enabling strict preprocessor mode is resulting in build failures in headers in the SDK itself. This is preventing actionable progress on...

Adding the ability to specify the default linker at toolchain-build time instead of using the existing heuristics. This will allow us to build internally consistent toolchains that use lld, for...

The swift driver is picking up the system clang instead of using the clang set in `CC`. The system clang is attempting to use bfd to link Swift, which doesn't...

This adds the missing imports to get Swift-Foundation building against Musl so we can get the static SDK going again.

The macros must build for the local machine running the build, not the machine that Swift-Foundation will run on, in order for the build to be able to use the...