[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 11:24:32 PDT 2022
keith added a comment.
Based on the issue it sounds like this should be gated behind a new `-fprofile-prefix-map` flag? I assume we'd also want `-ffile-prefix-map` to apply to it as well, similar to the others. And we'll definitely want some tests here!
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