File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
// RUN: %target-swift-frontend -emit-ir -sanitize=address -sanitize-coverage=edge,indirect-calls %s | %FileCheck %s -check-prefix=SANCOV -check-prefix=SANCOV_INDIRECT_CALLS
9
9
// RUN: %target-swift-frontend -emit-ir -sanitize=address -sanitize-coverage=edge,8bit-counters %s | %FileCheck %s -check-prefix=SANCOV -check-prefix=SANCOV_8BIT_COUNTERS
10
10
// RUN: %target-swift-frontend -emit-ir -sanitize=fuzzer %s | %FileCheck %s -check-prefix=SANCOV -check-prefix=SANCOV_TRACE_CMP
11
- // These sanitizers aren't supported when targeting Wasm.
12
- // UNSUPPORTED: wasm
13
11
14
12
#if canImport(Darwin)
15
13
import Darwin
19
17
import Android
20
18
#elseif os(Windows)
21
19
import CRT
20
+ #elseif os(WASI)
21
+ import WASILibc
22
22
#else
23
23
#error("Unsupported platform")
24
24
#endif
You can’t perform that action at this time.
0 commit comments