[PATCH] D87003: [llvm-cov] Allow commas in filenams passed to `-object` flag
Vedant Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 14 14:56:26 PDT 2020
vsk accepted this revision.
vsk added a comment.
This revision is now accepted and ready to land.
Thanks, lgtm with a minor change.
================
Comment at: llvm/test/tools/llvm-cov/comma,in,path.test:3
+
+RUN: llvm-cov report -object %S/Inputs/comma,in,path.covmapping -instr-profile %S/Inputs/report.profdata
----------------
It'd be nice to check for something more than exit code 0, e.g. using -dump-collected-paths.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87003/new/
https://reviews.llvm.org/D87003
More information about the llvm-commits
mailing list