[all-commits] [llvm/llvm-project] 5d1dbe: [libc] fix strtold tests on 32 bit systems
michaelrj-google via All-commits
all-commits at lists.llvm.org
Tue May 3 10:07:43 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5d1dbe11194466151aafc139663d49ded00c92a7
https://github.com/llvm/llvm-project/commit/5d1dbe11194466151aafc139663d49ded00c92a7
Author: Michael Jones <michaelrj at google.com>
Date: 2022-05-03 (Tue, 03 May 2022)
Changed paths:
M libc/test/src/stdlib/strtold_test.cpp
Log Message:
-----------
[libc] fix strtold tests on 32 bit systems
This patch fixes the string to long double tests for systems that use
long double is double, and don't support uint128.
Reviewed By: sivachandra, lntue
Differential Revision: https://reviews.llvm.org/D124803
More information about the All-commits
mailing list