Since binary ID lookup makes CLI object arguments optional, it should be
possible to pass a list of source files without a binary. Unfortunately,
the current syntax will always interpret the first source file as a
binary. This change adds a -sources option to cause all later
positional arguments to be considered sources.
Details
Details
- Reviewers
gulfem - Commits
- rG8007bcc13f8f: [llvm-cov] Create syntax to pass source w/o binary.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
compiler-rt/test/profile/Linux/binary-id-lookup.c | ||
---|---|---|
16 | Can you please extend this test to cover the following possible combinations in llvm-cov as well?
|
Can you please extend this test to cover the following possible combinations in llvm-cov as well?