Skip to content

Commit a75322c

Browse files
committed
Fix typo in #98409
1 parent cea7bad commit a75322c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if(COMPILER_RT_BUILD_SANITIZERS)
4141
# Contains RTLSanCommon used even without COMPILER_RT_HAS_LSAN.
4242
add_subdirectory(lsan)
4343
# Contains RTUbsan used even without COMPILER_RT_HAS_UBSAN.
44-
add_subdirectory(lsan)
44+
add_subdirectory(ubsan)
4545
endif()
4646

4747
foreach(sanitizer ${COMPILER_RT_SANITIZERS_TO_BUILD})

0 commit comments

Comments
 (0)