Skip to content

Commit dfe6580

Browse files
committed
tidy
1 parent 5b2c189 commit dfe6580

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
@@ -395,8 +395,8 @@ extern "C" LLVMTargetMachineRef LLVMRustCreateTargetMachine(
395395
LLVMRustCodeGenOptLevel RustOptLevel, bool UseSoftFloat,
396396
bool FunctionSections, bool DataSections, bool UniqueSectionNames,
397397
bool TrapUnreachable, bool Singlethread, bool VerboseAsm,
398-
bool EmitStackSizeSection, bool RelaxELFRelocations, bool UseInitArray, bool UseHotpatch,
399-
const char *SplitDwarfFile, const char *OutputObjFile,
398+
bool EmitStackSizeSection, bool RelaxELFRelocations, bool UseInitArray,
399+
bool UseHotpatch, const char *SplitDwarfFile, const char *OutputObjFile,
400400
const char *DebugInfoCompression, bool UseEmulatedTls,
401401
const char *ArgsCstrBuff, size_t ArgsCstrBuffLen) {
402402

0 commit comments

Comments
 (0)