[PATCH] D53910: [Ubsan] link minimal Ubsan into full Ubsan

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 31 12:54:41 PDT 2018


eugenis added a comment.

I agree, now that -fsanitize-minimal-runtime does not enforce that _only_ minimal runtime is used, it makes sense to split it per-sanitizer, with -fsanitize-minimal=<name>.

Do we need to add RTUBsan_minimal to SCUDO_MINIMAL_OBJECT_LIBS, or at least to SCUDO_OBJECT_LIBS?


https://reviews.llvm.org/D53910





More information about the llvm-commits mailing list