Skip to content

Commit 28bb3ed

Browse files
committed
tidy
1 parent 6c7b8ec commit 28bb3ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -408,8 +408,8 @@ extern "C" LLVMTargetMachineRef LLVMRustCreateTargetMachine(
408408
LLVMRustCodeGenOptLevel RustOptLevel, bool UseSoftFloat,
409409
bool FunctionSections, bool DataSections, bool UniqueSectionNames,
410410
bool TrapUnreachable, bool Singlethread, bool AsmComments,
411-
bool EmitStackSizeSection, bool RelaxELFRelocations, bool UseInitArray, bool UseHotpatch,
412-
const char *SplitDwarfFile, const char *OutputObjFile,
411+
bool EmitStackSizeSection, bool RelaxELFRelocations, bool UseInitArray,
412+
bool UseHotpatch, const char *SplitDwarfFile, const char *OutputObjFile,
413413
const char *DebugInfoCompression, bool UseEmulatedTls,
414414
const char *ArgsCstrBuff, size_t ArgsCstrBuffLen) {
415415

0 commit comments

Comments
 (0)