[clang] [Driver] Remove ignored Flag form of -fauto-profile/-fprofile-sample-use (PR #113528)
Mikołaj Piróg via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 24 01:54:29 PDT 2024
mikolaj-pirog wrote:
This would close #112391
I am copying my comment from my PR #112750 which addresses the issue #112391:
I think this isn't the best solution, since it is inconsistent with the behavior of the -fprofile-use option. Why should -fprofile-use be accepted and -fprofile-sample-use rejected? TBH I think the whole looking for default filename isn't the best option, but to make things consistent it seems to easier to introduce this behavior for -fprofile-sample/auto-use rather than take it from -fprofile-use
https://github.com/llvm/llvm-project/pull/113528
More information about the cfe-commits
mailing list