--- wikisrc/users/kamil/sanitizers.mdwn 2018/08/11 12:20:48 1.4 +++ wikisrc/users/kamil/sanitizers.mdwn 2018/08/11 12:26:35 1.5 @@ -43,6 +43,17 @@ The compiler-rt package ships with libBl As a NetBSD specific extension, there is a micro-UBSan runtime developed and maintained in the NetBSD source code. It is designed to function inside libc (uUBSan - usermode-UBSan) and inside the kernel (kUBSan - kernel-UBSan). +# Types of runtimes + +There are two types of sanitizer runtimes: + + * dynamically linked ones (default in GCC) + * statically linked ones (default in Clang) + +Base GCC/NetBSD works with the former, upstream HEAD version of LLVM/NetBSD works with the latter. + +Both compilers should support both of them, but the other options (GCC/NetBSD & static runtime, LLVM/NetBSD & dynamic runtime) are to be done. + # Sanitizers in NetBSD Sanitizers in NetBSD are shipped with the following options: