Skip to content

Commit b36c13b

Browse files
committed
[llvm-dlltool] Fix formatting, as 'r4000' is longer than 'mips'
1 parent ad5d9b1 commit b36c13b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/ToolDrivers/llvm-dlltool/DlltoolDriver.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ int llvm::dlltoolDriverMain(llvm::ArrayRef<const char *> ArgsArr) {
176176
(!Args.hasArgNoClaim(OPT_d) && !Args.hasArgNoClaim(OPT_l))) {
177177
Table.printHelp(outs(), "llvm-dlltool [options] file...", "llvm-dlltool",
178178
false);
179-
llvm::outs() << "\nTARGETS: i386, i386:x86-64, arm, arm64, arm64ec, r4000\n";
179+
llvm::outs()
180+
<< "\nTARGETS: i386, i386:x86-64, arm, arm64, arm64ec, r4000\n";
180181
return 1;
181182
}
182183

0 commit comments

Comments
 (0)