Skip to content

Commit

Permalink
limit more
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybuka committed Jul 9, 2024
1 parent 3653d1e commit 5015298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler-rt/cmake/config-ix.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ else()
endif()

if (COMPILER_RT_HAS_SANITIZER_COMMON AND RTSAN_SUPPORTED_ARCH AND
OS_NAME MATCHES "Android|Darwin|Linux|NetBSD")
OS_NAME MATCHES "Android|Darwin|Linux")
set(COMPILER_RT_HAS_RTSAN TRUE)
else()
set(COMPILER_RT_HAS_RTSAN FALSE)
Expand Down

0 comments on commit 5015298

Please sign in to comment.