Skip to content

Commit 61cb2c5

Browse files
VoxSciurorumneboat
authored andcommitted
Build cilkscale on FreeBSD
1 parent 072d2b8 commit 61cb2c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/cmake/config-ix.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ else()
741741
endif()
742742

743743
if (COMPILER_RT_HAS_SANITIZER_COMMON AND CILKSCALE_SUPPORTED_ARCH AND
744-
OS_NAME MATCHES "Linux|Darwin")
744+
OS_NAME MATCHES "Linux|Darwin|FreeBSD")
745745
set(COMPILER_RT_HAS_CILKSCALE TRUE)
746746
else()
747747
set(COMPILER_RT_HAS_CILKSCALE FALSE)

0 commit comments

Comments
 (0)