[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 17:48:37 PDT 2017
pcc added a comment.
CFI parts seem reasonable.
================
Comment at: compiler-rt/test/cfi/stats.cpp:7
// UNSUPPORTED: devirt
+// UNSUPPORTED: android
----------------
Do you know why it fails?
================
Comment at: compiler-rt/test/ubsan/TestCases/TypeCheck/Function/function.cpp:6
+//
+// UNSUPPORTED: android
----------------
Presumably this fails when targeting ARM?
Should we instead adjust this to check target instead of host?
http://llvm-cs.pcc.me.uk/projects/compiler-rt/test/ubsan/TestCases/TypeCheck/Function/lit.local.cfg
https://reviews.llvm.org/D38608
More information about the llvm-commits
mailing list