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

Igor Sugak via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 30 16:42:49 PDT 2018


sugak added a comment.

Hi @eugenis, I think I've implemented this as you suggested on the mailing list, please let me know if this makes sense.

Another alternative implementation could be the way it's done for scudo where the driver adds dependency onto minimal Ubsan runtime only when `-fsanitize-minimal-runtime`.


https://reviews.llvm.org/D53910





More information about the llvm-commits mailing list