Add missing REQUIRES in sancov/print_coverage_pcs.test: it requires aarch64 as well now

llvm-svn: 278601
This commit is contained in:
Mehdi Amini 2016-08-13 19:44:02 +00:00
parent d866d8a03f
commit 7079efe1ce
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
REQUIRES: x86-registered-target
REQUIRES: x86-registered-target, aarch64-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