forked from OSchip/llvm-project
[asan] Disable android-coverage test on anything other than arm.
llvm-svn: 277395
This commit is contained in:
parent
cd842eccba
commit
6c25e57a56
|
@ -101,6 +101,10 @@
|
|||
// RUN: %sancov rawunpack *.sancov.raw
|
||||
// RUN: %sancov print *.sancov |& FileCheck --check-prefix=CHECK3 %s
|
||||
|
||||
// PC counts in CHECK lines are platform dependent and match arm32 at the moment.
|
||||
// sancov tool does not support Android well enough to match function names
|
||||
// REQUIRES: arm
|
||||
|
||||
#include <assert.h>
|
||||
#include <dlfcn.h>
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Reference in New Issue