[PATCH] D144207: [llvm-cov] Create syntax to pass source w/o binary.

Gulfem Savrun Yeniceri via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 17 10:00:34 PST 2023


gulfem accepted this revision.
gulfem added inline comments.
This revision is now accepted and ready to land.


================
Comment at: compiler-rt/test/profile/Linux/binary-id-lookup.c:14
 // RUN: echo "bad" > %t/.build-id/ab/cd1234.debug
 // RUN: llvm-cov show -instr-profile %t.profdata -debug-file-directory %t %t.main | FileCheck %s
 // RUN: not llvm-cov show -instr-profile %t.profdata -debug-file-directory %t/empty 2>&1 | FileCheck %s --check-prefix=NODATA
----------------
Can you please extend this test to cover the following possible combinations in `llvm-cov` as well?
1) object file(s) and source file(s)
2) debug-file-directory, object file(s) and source file(s)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144207/new/

https://reviews.llvm.org/D144207



More information about the llvm-commits mailing list