mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
3e6842afdb
This test compares the output of llvm-cov against a coverage file generated by gcov. llvm-svn: 194038
3 lines
102 B
Plaintext
3 lines
102 B
Plaintext
RUN: llvm-cov -gcno=test.gcno -gcda=test.gcda -C=%p/Inputs/ \
|
|
RUN: | diff %p/Inputs/test.cpp.gcov -
|