Skip to content

Commit b73385d

Browse files
committed
[TySan] Attempt to unbreak build after #169036
If tysan was not in COMPILER_RT_SANITIZERS_TO_BUILD, we used to get an error after #169036, see comments there for details.
1 parent f65c199 commit b73385d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler-rt/cmake/config-ix.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -856,6 +856,7 @@ else()
856856
endif()
857857

858858
if (COMPILER_RT_HAS_SANITIZER_COMMON AND TYSAN_SUPPORTED_ARCH AND
859+
"tysan" IN_LIST COMPILER_RT_SANITIZERS_TO_BUILD AND
859860
OS_NAME MATCHES "Linux|Darwin")
860861
set(COMPILER_RT_HAS_TYSAN TRUE)
861862
else()

0 commit comments

Comments
 (0)