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 88// RUN: %target-swift-frontend -emit-ir -sanitize=address -sanitize-coverage=edge,indirect-calls %s | %FileCheck %s -check-prefix=SANCOV -check-prefix=SANCOV_INDIRECT_CALLS
99// RUN: %target-swift-frontend -emit-ir -sanitize=address -sanitize-coverage=edge,8bit-counters %s | %FileCheck %s -check-prefix=SANCOV -check-prefix=SANCOV_8BIT_COUNTERS
1010// 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
1311
1412#if canImport(Darwin)
1513 import Darwin
1917 import Android
2018#elseif os(Windows)
2119 import CRT
20+ #elseif os(WASI)
21+ import WASILibc
2222#else
2323#error("Unsupported platform")
2424#endif
You can’t perform that action at this time.
0 commit comments