[all-commits] [llvm/llvm-project] 627f55: Fix format specifier. NFCI.
Jorge Gorbe Moya via All-commits
all-commits at lists.llvm.org
Thu Apr 7 15:27:40 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 627f55b3ae7e1e8e0365c4730057e6b9acb13004
https://github.com/llvm/llvm-project/commit/627f55b3ae7e1e8e0365c4730057e6b9acb13004
Author: Jorge Gorbe Moya <jgorbe at google.com>
Date: 2022-04-07 (Thu, 07 Apr 2022)
Changed paths:
M lld/MachO/ConcatOutputSection.cpp
Log Message:
-----------
Fix format specifier. NFCI.
Using a portable format specifier avoids a "format specifies type
'unsigned long long' but the argument has type 'uint64_t' (aka 'unsigned
long') [-Werror,-Wformat]" error depending on the exact definition of
`uint64_t`.
More information about the All-commits
mailing list