[PATCH] D38608: [sanitizer] Test ubsan and cfi on android.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 5 18:04:30 PDT 2017


pcc added inline comments.


================
Comment at: compiler-rt/test/cfi/stats.cpp:7
 // UNSUPPORTED: devirt
+// UNSUPPORTED: android
 
----------------
eugenis wrote:
> pcc wrote:
> > Do you know why it fails?
> Because sanstats input is not transferred back to host :) It's a general issue in lit tests, I'd assume more than half cases of "UNSUPPORTED: android" are caused by this or a related problem.
Okay, please mention that in a comment then.


https://reviews.llvm.org/D38608





More information about the llvm-commits mailing list