Index: lib/ubsan_minimal/CMakeLists.txt =================================================================== --- lib/ubsan_minimal/CMakeLists.txt +++ lib/ubsan_minimal/CMakeLists.txt @@ -1,4 +1,4 @@ -# Build for the undefined behavior sanitizer runtime support library. +# Build for the minimal undefined behavior sanitizer runtime support library. set(UBSAN_MINIMAL_SOURCES ubsan_minimal_handlers.cc @@ -15,7 +15,7 @@ add_compiler_rt_component(ubsan-minimal) -# Common parts of UBSan runtime. +# Common parts of minimal UBSan runtime. add_compiler_rt_object_libraries(RTUbsan_minimal OS ${SANITIZER_COMMON_SUPPORTED_OS} ARCHS ${UBSAN_COMMON_SUPPORTED_ARCH} @@ -23,9 +23,7 @@ if(COMPILER_RT_HAS_UBSAN_MINIMAL) - # Initializer of standalone UBSan runtime. - - # Standalone UBSan runtimes. + # Standalone minimal UBSan runtimes. add_compiler_rt_runtime(clang_rt.ubsan_minimal STATIC OS ${SANITIZER_COMMON_SUPPORTED_OS}