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 7ee907d commit b69e201Copy full SHA for b69e201
compiler-rt/lib/asan/CMakeLists.txt
@@ -42,7 +42,7 @@ set(ASAN_SOURCES
42
wasi/memcpy.c
43
)
44
45
-if (NOT WIN32 AND NOT APPLE)
+if (NOT WIN32 AND NOT APPLE AND NOT CMAKE_SYSTEM_NAME STREQUAL "WASI")
46
list(APPEND ASAN_SOURCES
47
asan_interceptors_vfork.S
48
0 commit comments