We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea7bad commit a75322cCopy full SHA for a75322c
compiler-rt/lib/CMakeLists.txt
@@ -41,7 +41,7 @@ if(COMPILER_RT_BUILD_SANITIZERS)
41
# Contains RTLSanCommon used even without COMPILER_RT_HAS_LSAN.
42
add_subdirectory(lsan)
43
# Contains RTUbsan used even without COMPILER_RT_HAS_UBSAN.
44
- add_subdirectory(lsan)
+ add_subdirectory(ubsan)
45
endif()
46
47
foreach(sanitizer ${COMPILER_RT_SANITIZERS_TO_BUILD})
0 commit comments