Commit Graph

2 Commits

Author SHA1 Message Date
Fabrice de Gans 6468f6aad2 utils: Unify Debug Format handling in build.ps1
Previously, it was possible to specify different debug formats for C/C++
and Swift code. In practice, binaries with both C/C++ and Swift code
would end up only having one format over the other, depending on the
exact project configuration. Since there is little value in having
separate debug information format, this changes the build configuration
to only have one debug format for both C/C++ and Swift code.

This also changes the default debug format to codeview. This is because
some of the toolchain binaries now exceed 4 GiB of dwarf debug
information, resulting in a build failure.
2026-04-10 10:40:51 +02:00
Sameer Sundresh d11bcc23b8 Merge pull request #86854 from sundresh/sundresh/windows-profiling-tools
Added starter documentation and a script for profiling the Swift compiler on Windows
2026-02-12 11:17:18 -08:00