[PATCH] D39827: ubsan: Allow programs to use setenv to configure ubsan_standalone.

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 8 17:50:01 PST 2017


vitalybuka added a comment.

we have interceptors for nicer support of deadly signals, so probably we'd like to install them ASAP
also there is weak __ubsan_default_options() which can be used instead of setenv


https://reviews.llvm.org/D39827





More information about the llvm-commits mailing list