forked from OSchip/llvm-project
[compiler-rt] Disable building LibFuzzer for WatchOS and the corresponding simulator.
rdar://problem/59466685
This commit is contained in:
parent
f5951bdc3a
commit
a7018e8a2e
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue