[compiler-rt] Disable building LibFuzzer for WatchOS and the corresponding simulator.

rdar://problem/59466685
This commit is contained in:
Dan Liew 2020-02-14 11:43:35 -08:00
parent f5951bdc3a
commit a7018e8a2e
1 changed files with 4 additions and 0 deletions

View File

@ -500,6 +500,10 @@ if(APPLE)
endforeach()
endif()
# Explictly disable unsupported Sanitizer configurations.
list(REMOVE_ITEM FUZZER_SUPPORTED_OS "watchos")
list(REMOVE_ITEM FUZZER_SUPPORTED_OS "watchossim")
# for list_intersect
include(CompilerRTUtils)