llvm-6502/tools/llvm-cov
Justin Bogner 257ed1ed69 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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201555 91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-18 09:19:48 +00:00
..
CMakeLists.txt llvm-cov requires IR and Support as libraries. Instrumentation would be overkill. 2013-11-14 11:45:16 +00:00
llvm-cov.cpp llvm-cov: Support gcov's extermely lenient treatment of -o 2014-02-18 09:19:48 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile llvm-cov requires IR and Support as libraries. Instrumentation would be overkill. 2013-11-14 11:45:16 +00:00