[PATCH] D154223: [llvm-cov] Allow multiple remaps in --path-equivalence

Keith Smiley via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 31 13:33:56 PDT 2023


keith added inline comments.


================
Comment at: llvm/docs/CommandGuide/llvm-cov.rst:339
 
-.. option:: -path-equivalence=<from>,<to>
+.. option:: -path-equivalence=<from>,<to>[,<from2>,<to2>[,...]]
 
----------------
instead of passing multiple comma separated values here would it make more sense to pass `-path-equivalence` multiple times? it seems like that's the more common way to repeat flags (we might have talked about this in the past)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154223



More information about the llvm-commits mailing list