xref: /llvm-project/llvm/test/tools/sancov/AArch64/print_coverage_pcs.test (revision 8e216703d88a7376b2891f3862876d46f7569786)
1REQUIRES: aarch64-registered-target
2RUN: not sancov -print-coverage-pcs %p/../Inputs/test-linux_android_aarch64 2>&1 | FileCheck %s --check-prefix=AARCH64
3
4AARCH64: ERROR: __sanitizer_cov* functions not found
5