1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

[sancov] extracting AArch64 test to a separate file.

llvm-svn: 278754
This commit is contained in:
Mike Aizatsky 2016-08-15 22:30:37 +00:00
parent 397604600b
commit e72d40c34a
2 changed files with 5 additions and 4 deletions

View File

@ -0,0 +1,4 @@
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

View File

@ -1,9 +1,8 @@
REQUIRES: x86-registered-target, aarch64-registered-target
REQUIRES: x86-registered-target
RUN: sancov -print-coverage-pcs %p/Inputs/test-linux_x86_64 | FileCheck %s --check-prefix=LINUX
RUN: llvm-objdump -d %p/Inputs/test-windows_x86_64 | FileCheck %s --check-prefix=DISAS_WIN
RUN: sancov -print-coverage-pcs %p/Inputs/test-windows_x86_64 | FileCheck %s --check-prefix=WINDOWS
RUN: sancov -print-coverage-pcs %p/Inputs/test-darwin_x86_64 | FileCheck %s --check-prefix=DARWIN
RUN: not sancov -print-coverage-pcs %p/Inputs/test-linux_android_aarch64 2>&1 | FileCheck %s --check-prefix=AARCH64
LINUX: 0x4e132b
LINUX: 0x4e1472
@ -59,5 +58,3 @@ DARWIN: 0x100001906
DARWIN: 0x1000019dc
DARWIN: 0x100001a28
AARCH64: Error: __sanitizer_cov* functions not found