[PATCH] D97434: [Driver] Rename -fprofile-{prefix-map,compilation-dir} to -fcoverage-{prefix-map,compilation-dir}

Petr Hosek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 25 15:25:40 PST 2021


phosek added a comment.

In D97434#2588755 <https://reviews.llvm.org/D97434#2588755>, @keith wrote:

> I personally prefer this, and this is what I landed in swiftc a while back, but I changed to -fprofile-prefix-map based on feedback from you 😛 https://reviews.llvm.org/D83154?id=275480#2146086
>
> But I think the assumption there was it did apply to the other `profile` related flags

I know, sorry about that :( I originally though of it as more associated with other profile flags but I changed my mind after getting more experience with that part of codebase.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97434



More information about the cfe-commits mailing list