[clang] [Driver] Support fprofile-sample-use= for CL (PR #117282)
Haohai Wen via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 27 22:59:12 PST 2024
HaohaiWen wrote:
> Adding CLOption to -fprofile-sample-use= suffices. We don't need these CLJoined aliases. They are for MSVC options that are ported to clang. For clang-specific options, we don't want to add unneeded aliases.
Got it. I checked CL flags with MSVC. You're right.
Let me revert those SLASH flags.
https://github.com/llvm/llvm-project/pull/117282
More information about the cfe-commits
mailing list