[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
Fri Oct 25 06:16:38 PDT 2024
mikolaj-pirog wrote:
It's true that there isn't any compatibility argument for leaving `-fprofile-sample/auto` (it was silently ignored afterall), but I think the consistency argument is important. From a standpoint of a clang user, it's very reasonable to expect that `fprofile-use` and `-fprofile-sample-use` will behave similarly, and inconsistent behavior leads to confusion.
https://github.com/llvm/llvm-project/pull/113528
More information about the cfe-commits
mailing list