Skip to content

Commit a9b939e

Browse files
oontvooellishg
andauthored
Update lld/MachO/Driver.cpp
Co-authored-by: Ellis Hoag <[email protected]>
1 parent 8bbafdd commit a9b939e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/MachO/Driver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2000,7 +2000,7 @@ bool link(ArrayRef<const char *> argsArr, llvm::raw_ostream &stdoutOS,
20002000
unsigned slop = 0;
20012001
if (!llvm::to_integer(v, slop, 0))
20022002
error(arg->getSpelling() +
2003-
": expected a non-negative integer, but got '" + arg->getValue() +
2003+
": expected a non-negative integer, but got '" + v +
20042004
"'");
20052005
config->slopScale = slop;
20062006
}

0 commit comments

Comments
 (0)