Skip to content

Commit 638406d

Browse files
committed
fmt c++
1 parent e1c1eae commit 638406d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -697,8 +697,9 @@ extern "C" LLVMRustResult LLVMRustOptimize(
697697
bool IsLinkerPluginLTO, bool NoPrepopulatePasses, bool VerifyIR,
698698
bool LintIR, bool UseThinLTOBuffers, bool MergeFunctions, bool UnrollLoops,
699699
bool SLPVectorize, bool LoopVectorize, bool DisableSimplifyLibCalls,
700-
bool EmitLifetimeMarkers, bool RunEnzyme, LLVMRustSanitizerOptions *SanitizerOptions,
701-
const char *PGOGenPath, const char *PGOUsePath, bool InstrumentCoverage,
700+
bool EmitLifetimeMarkers, bool RunEnzyme,
701+
LLVMRustSanitizerOptions *SanitizerOptions, const char *PGOGenPath,
702+
const char *PGOUsePath, bool InstrumentCoverage,
702703
const char *InstrProfileOutput, const char *PGOSampleUsePath,
703704
bool DebugInfoForProfiling, void *LlvmSelfProfiler,
704705
LLVMRustSelfProfileBeforePassCallback BeforePassCallback,

0 commit comments

Comments
 (0)