mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-01 15:17:25 +00:00
Revert r196358: "llvm-cov: Added support for function checksums."
This currently breaks clang/test/CodeGen/code-coverage.c. The root cause is that the newly introduced access to Funcs[j] is out of bounds. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196365 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -11,8 +11,6 @@ RUN: rm test.cpp.llcov
|
||||
|
||||
RUN: not llvm-cov -gcno=test_read_fail.gcno -gcda=test.gcda
|
||||
|
||||
RUN: not llvm-cov -gcno=test.gcno -gcda=test_file_checksum_fail.gcda
|
||||
|
||||
RUN: not llvm-cov -gcno=test.gcno -gcda=test_func_checksum_fail.gcda
|
||||
RUN: not llvm-cov -gcno=test.gcno -gcda=test_checksum_mismatch.gcda
|
||||
|
||||
XFAIL: powerpc64, s390x, mips
|
||||
|
||||
Reference in New Issue
Block a user