[PATCH] D95753: [CoverageMapping] Don't absolutize source paths
Petr Hosek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jan 30 17:19:32 PST 2021
phosek added a comment.
@vsk @davidxl I'd be interested in your opinion. I've made this change unconditionally to match the compiler behavior in cases like debug info or `__FILE__` expansion, but I'm also happy to conditionalize it on a flag (for example `-f[no]-coverage-mapping-abspath`) if you'd like to avoid changing the current behavior.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95753/new/
https://reviews.llvm.org/D95753
More information about the cfe-commits
mailing list