Skip to content

Commit a7018e8

Browse files
committed
[compiler-rt] Disable building LibFuzzer for WatchOS and the corresponding simulator.
rdar://problem/59466685
1 parent f5951bd commit a7018e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

compiler-rt/cmake/config-ix.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,10 @@ if(APPLE)
500500
endforeach()
501501
endif()
502502

503+
# Explictly disable unsupported Sanitizer configurations.
504+
list(REMOVE_ITEM FUZZER_SUPPORTED_OS "watchos")
505+
list(REMOVE_ITEM FUZZER_SUPPORTED_OS "watchossim")
506+
503507
# for list_intersect
504508
include(CompilerRTUtils)
505509

0 commit comments

Comments
 (0)