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

Keith Smiley via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 25 14:34:41 PST 2021


keith accepted this revision.
keith added a comment.
This revision is now accepted and ready to land.

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


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