We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1c4ece commit c143d1eCopy full SHA for c143d1e
test/IRGen/async_dynamic_replacement.swift
@@ -1,6 +1,9 @@
1
// RUN: %target-swift-frontend %s -emit-ir -disable-availability-checking -disable-objc-interop | %FileCheck %s
2
3
// REQUIRES: concurrency
4
+// LLVM does not support swifttailcc for WebAssembly target for now
5
+// See https://github.com/apple/swift/issues/69333
6
+// UNSUPPORTED: CPU=wasm32
7
8
public dynamic func number() async -> Int {
9
return 100
0 commit comments