Skip to content

Commit 428b535

Browse files
committed
Format ClangNVLinkWrapper.cpp to pass code formatting checks
1 parent 029f6f5 commit 428b535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/tools/clang-nvlink-wrapper/ClangNVLinkWrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ Expected<std::unique_ptr<lto::LTO>> createLTO(const ArgList &Args) {
348348
Conf.RemarksFormat =
349349
Args.getLastArgValue(OPT_opt_remarks_format, RemarksFormat);
350350

351-
Conf.RemarksWithHotness =
351+
Conf.RemarksWithHotness =
352352
Args.hasArg(OPT_opt_remarks_with_hotness) || RemarksWithHotness;
353353
Conf.RemarksHotnessThreshold = RemarksHotnessThreshold;
354354

0 commit comments

Comments
 (0)