[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
Wed Sep 2 14:18:26 PDT 2020


vsk added a comment.

I don't think the intention was ever to require filename arguments to be comma separated (the expectation is that multiple -object arguments should be passed). This looks like a reasonable cleanup though.

It should be simple enough to add a test for this. There are a few examples of -object being passed multiple times in llvm/test/tools/llvm-cov; one of these can converted to test `RUN: not llvm-cov ... -object=f1,f2 ... 2>&1 | FileCheck %s`.


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