[PATCH] D87003: [llvm-cov] Allow commas in filenames passed to `-object` flag

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 18 13:46:56 PDT 2020


vsk added a comment.

@andrewjcg I've committed this in 3c731ba5f1b <https://reviews.llvm.org/rG3c731ba5f1b604c873e96ac137bfea723690ba95>. I found conflicting information online about whether Windows allows filenames with commas in them. To err on the safe side (and avoid potentially corrupting the git history for some llvm devs), I changed the test. Hope you don't mind -- if you prefer another way of doing it, let me know.


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