[PATCH] D156611: [llvm-cov] Fix a bug about using `convert-for-testing` on multi-source object files

Douglas Yung via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 14 23:50:19 PDT 2023


dyung added a comment.

Hi @AtomicGu, we have some internal tests that use covmapping files that started failing after this change. I notice as part of your commit message you stated that you "update(d) existing .covmapping files". How exactly did you do that? I'm guessing that we just need to update our private test files to work with your new format, but not being familiar with this area at all, I'm not sure how to convert our "old" .covmapping file to the "new" format that is expected. Any tips?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156611



More information about the llvm-commits mailing list