forked from OSchip/llvm-project
![]() Introduce a new object library, RTSanitizerCommonLibc, which will contain the subset of sanitizer_common with libc dependencies. RTSanitizerCommon contains the remainder of sanitizer_common, and is intended to have no libc dependencies. Begin moving code to RTSanitizerCommonLibc, starting with sanitizer_common.cc, whose libc-dependent portion is moved to sanitizer_common_libcdep.cc, the first member of the new library. This split affects the CMake build only. The makefile build continues to produce the full sanitizer_common library. llvm-svn: 182118 |
||
---|---|---|
.. | ||
lit_tests | ||
tests | ||
CMakeLists.txt | ||
Makefile.mk | ||
msan.cc | ||
msan.h | ||
msan.syms | ||
msan_allocator.cc | ||
msan_flags.h | ||
msan_interceptors.cc | ||
msan_interface_internal.h | ||
msan_linux.cc | ||
msan_new_delete.cc | ||
msan_report.cc |