llvm-mirror/test/tools/llvm-cov
Justin Bogner 008ac0494e llvm-cov: Support gcov's extermely lenient treatment of -o
In gcov, the -o flag can accept either a directory or a file name.
When given a directory, the gcda and gcno files are expected to be in
that directory. When given a file, the gcda and gcno files are
expected to be named based on the stem of that file. Non-existent
paths are treated as files.

This implements compatible behaviour.

llvm-svn: 201555
2014-02-18 09:19:48 +00:00
..
Inputs llvm-cov: Implement the preserve-paths flag 2014-02-04 10:45:02 +00:00
lit.local.cfg Added basic unit test for llvm-cov. 2013-11-13 22:50:15 +00:00
llvm-cov.test llvm-cov: Support gcov's extermely lenient treatment of -o 2014-02-18 09:19:48 +00:00