[all-commits] [llvm/llvm-project] 1d1f23: [libc] Define long long limits if not defined
Alex Brachet via All-commits
all-commits at lists.llvm.org
Wed Aug 30 16:04:05 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1d1f230c92eee7d13288f70431ee2fc171d9e0d7
https://github.com/llvm/llvm-project/commit/1d1f230c92eee7d13288f70431ee2fc171d9e0d7
Author: Alex Brachet <abrachet at google.com>
Date: 2023-08-30 (Wed, 30 Aug 2023)
Changed paths:
M libc/src/__support/CPP/limits.h
Log Message:
-----------
[libc] Define long long limits if not defined
Some older gcc toolchains don't define these on 32 bit platforms. This
is a problem for pigweed which uses an older gcc toolchain and targets
32 bit.
Differential Revision: https://reviews.llvm.org/D157112
More information about the All-commits
mailing list