[all-commits] [llvm/llvm-project] 6bbfd6: [libc] Fix type errors on Windows
michaelrj-google via All-commits
all-commits at lists.llvm.org
Tue Aug 24 12:42:25 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6bbfd6a9c1847f94ab94604d228b989891d2133a
https://github.com/llvm/llvm-project/commit/6bbfd6a9c1847f94ab94604d228b989891d2133a
Author: Michael Jones <michaelrj at google.com>
Date: 2021-08-24 (Tue, 24 Aug 2021)
Changed paths:
M libc/test/src/stdlib/strtol_test.cpp
M libc/test/src/stdlib/strtoll_test.cpp
M libc/test/src/stdlib/strtoul_test.cpp
M libc/test/src/stdlib/strtoull_test.cpp
Log Message:
-----------
[libc] Fix type errors on Windows
Fix the errors caused by having some numbers too large for a 32 bit
number in the tests for windows. Also fix the base causing some type
confusion.
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D108653
More information about the All-commits
mailing list