diff options
| author | Mehdi Amini <mehdi.amini@apple.com> | 2016-08-13 19:44:02 +0000 |
|---|---|---|
| committer | Mehdi Amini <mehdi.amini@apple.com> | 2016-08-13 19:44:02 +0000 |
| commit | 7079efe1cedc72e4618a2914a9c9daae81c47268 (patch) | |
| tree | b3bf24bc3561f443059ee85281e9e820bb4f6abb /llvm | |
| parent | d866d8a03f1155c77fe64f0c1ac17560ca385774 (diff) | |
| download | bcm5719-llvm-7079efe1cedc72e4618a2914a9c9daae81c47268.tar.gz bcm5719-llvm-7079efe1cedc72e4618a2914a9c9daae81c47268.zip | |
Add missing REQUIRES in sancov/print_coverage_pcs.test: it requires aarch64 as well now
llvm-svn: 278601
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/tools/sancov/print_coverage_pcs.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/sancov/print_coverage_pcs.test b/llvm/test/tools/sancov/print_coverage_pcs.test index 3e3358cb074..8f939b8f8e0 100644 --- a/llvm/test/tools/sancov/print_coverage_pcs.test +++ b/llvm/test/tools/sancov/print_coverage_pcs.test @@ -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 |

