[PATCH] D38608: [sanitizer] Test ubsan and cfi on android.
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 6 13:25:35 PDT 2017
eugenis added inline comments.
================
Comment at: compiler-rt/test/ubsan/lit.common.cfg:50
+elif config.android:
+ default_ubsan_opts += ['abort_on_error=0']
+
----------------
vitalybuka wrote:
> Could we put this into top cfg?
Yes, but I'd like to do it in a separate change.
https://reviews.llvm.org/D38608
More information about the llvm-commits
mailing list