Skip to content

Commit c143d1e

Browse files
[wasm][test] Disable a test that depends on swifttailcc
1 parent e1c4ece commit c143d1e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/IRGen/async_dynamic_replacement.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %target-swift-frontend %s -emit-ir -disable-availability-checking -disable-objc-interop | %FileCheck %s
22

33
// 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
47

58
public dynamic func number() async -> Int {
69
return 100

0 commit comments

Comments
 (0)