apple / swift-embedded-examples

A collection of example projects using Embedded Swift
Apache License 2.0
556 stars 30 forks source link

Fix calling convention on putchar (silgen_name -> cdecl) #10

Closed kubamracek closed 1 month ago

kubamracek commented 1 month ago

This should make the example projects build agains the current nightly toolchains. The compiler change that starting causing the mismatch is this one: https://github.com/apple/swift/pull/72973