[PATCH] D124767: [Clang] Map .gcda paths according to -fcoverage-prefix-map
Keith Smiley via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 2 15:17:16 PDT 2022
keith added a comment.
I took this comment from the issue:
> Since the feature you're proposing is specific to gcov, using a separate flag that matches the name used by GCC would be preferable to me.
To mean that we should introduce a new flag matching gcc's name. I think in general fewer flags would be preferred though, so I think it depends on if it would ever make sense to have separate values for these in the same build?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124767/new/
https://reviews.llvm.org/D124767
More information about the cfe-commits
mailing list