mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-08 19:46:39 +00:00
![Mike Aizatsky](/assets/img/avatar_default.png)
Differential Revision: https://reviews.llvm.org/D30370 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296900 91177308-0d34-0410-b5e6-96231b3b80d8
5 lines
209 B
Plaintext
5 lines
209 B
Plaintext
REQUIRES: aarch64-registered-target
|
|
RUN: not sancov -print-coverage-pcs %p/../Inputs/test-linux_android_aarch64 2>&1 | FileCheck %s --check-prefix=AARCH64
|
|
|
|
AARCH64: ERROR: __sanitizer_cov* functions not found
|