mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-20 12:31:40 +00:00
4e7e4d8fb4
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194712 91177308-0d34-0410-b5e6-96231b3b80d8
11 lines
250 B
Plaintext
11 lines
250 B
Plaintext
RUN: cd %p/Inputs
|
|
# "cd" is unsupported in lit internal runner.
|
|
REQUIRES: shell
|
|
|
|
RUN: llvm-cov -gcno=test.gcno -gcda=test.gcda \
|
|
RUN: | diff -aub test.cpp.gcov -
|
|
|
|
RUN: not llvm-cov -gcno=test_read_fail.gcno -gcda=test.gcda
|
|
|
|
XFAIL: powerpc64, s390x
|