We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 029f6f5 commit 428b535Copy full SHA for 428b535
clang/tools/clang-nvlink-wrapper/ClangNVLinkWrapper.cpp
@@ -348,7 +348,7 @@ Expected<std::unique_ptr<lto::LTO>> createLTO(const ArgList &Args) {
348
Conf.RemarksFormat =
349
Args.getLastArgValue(OPT_opt_remarks_format, RemarksFormat);
350
351
- Conf.RemarksWithHotness =
+ Conf.RemarksWithHotness =
352
Args.hasArg(OPT_opt_remarks_with_hotness) || RemarksWithHotness;
353
Conf.RemarksHotnessThreshold = RemarksHotnessThreshold;
354
0 commit comments