[PATCH] D20803: Displaying coverage information for all source files present in a directory
Chakshu Grover via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 20 05:57:01 PDT 2016
chakshugrover added inline comments.
================
Comment at: test/tools/llvm-cov/cov_dir.cpp:6
@@ +5,3 @@
+//RUN: llvm-cov show /dev/null -instr-profile=/dev/null -dump-input-file-list %t | FileCheck %s
+//CHECK-DAG: {{.*}}c.tmp
+//CHECK-DAG: {{.*}}d.tmp
----------------
As the code is being tested already in multiple test cases such as report.cpp with -filename-equivalence turned on, I think writing another RUN line to check the same may be redundant.
https://reviews.llvm.org/D20803
More information about the llvm-commits
mailing list