Skip to content
This repository was archived by the owner on Nov 19, 2019. It is now read-only.

Commit b52bb24

Browse files
committed
Update Swift, Clang, and LLVM
This compiles print("hello world") ok, but almost everything else crashes because of a function signature mismatch when calling a non-throwing closure passed into a function that expects a throwing closure. Swift passes an extra parameter to the closure if it thinks it can throw; on all other platforms passing an extra parameter is harmless; on WebAssembly this is not allowed.
1 parent 906c437 commit b52bb24

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clang

Submodule clang updated 92 files

llvm

Submodule llvm updated 39 files

swift

Submodule swift updated from be307a4 to d53bd2c

0 commit comments

Comments
 (0)