[all-commits] [llvm/llvm-project] 7438db: [ELF] Cast size to size_t. NFC
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Jan 25 22:38:36 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7438dbe078c654677e83a126ae07af4c463ed764
https://github.com/llvm/llvm-project/commit/7438dbe078c654677e83a126ae07af4c463ed764
Author: Fangrui Song <i at maskray.me>
Date: 2022-01-25 (Tue, 25 Jan 2022)
Changed paths:
M lld/ELF/OutputSections.cpp
Log Message:
-----------
[ELF] Cast size to size_t. NFC
To fix
../../chromeclang/bin/../include/c++/v1/__algorithm/min.h:39:1: note: candidate template ignored: deduced conflicting types for parameter '_Tp' ('unsigned long' vs. 'unsigned long long')
on macOS arm64.
More information about the All-commits
mailing list