llvm-capstone/libc
Mikhail R. Gadelha 6f387135ae
[libc] Fix failing mktime test case in 32-bit systems (#65390)
Previously, these tests expected that calling mktime with a struct tm
that caused overlow to succeed with return -1
(TimeConstants::OUT_OF_RANGE_RETURN_VALUE), however, the Succeeds call
expects the errno to be zero (no failure).

This patch fixes the expected calls to fail with EOVERFLOW. These tests
are only enabled to 32-bit systems, and are probably not being tested on
the arm32 buildbot, that's why this was not a problem before.
2023-09-06 14:29:31 -04:00
..
AOR_v20.02
benchmarks [test][libc] Fix aligned_alloc argument 2023-08-07 16:36:20 -07:00
cmake/modules [libc] Add a JSON based config option system. 2023-09-05 14:19:18 +00:00
config [libc] Add a JSON based config option system. 2023-09-05 14:19:18 +00:00
docs Fix typos in documentation 2023-09-02 09:32:48 -07:00
examples
fuzzing [libc] Add fuzzing for printf floats 2023-08-15 16:23:24 -07:00
include [libc] Implement the 'abort' function on the GPU 2023-08-31 08:40:15 -05:00
lib
spec [libc][math] Implement double precision exp10 function correctly rounded for all rounding modes. 2023-08-30 08:43:50 -04:00
src [libc] Unify lseek implementations 2023-09-06 11:56:41 -03:00
startup [libc] Fix set_thread_ptr call in rv32 start up code 2023-08-30 11:30:56 -03:00
test [libc] Fix failing mktime test case in 32-bit systems (#65390) 2023-09-06 14:29:31 -04:00
utils [libc][fix] Fix buffer overrun in initialization of GPU return value 2023-09-02 17:59:01 -05:00
.clang-tidy
.gitignore
CMakeLists.txt [libc] customizable namespace 1/4 (#65321) 2023-09-06 10:27:56 +02:00
common_libc_tuners.cmake
LICENSE.TXT
README.txt

LLVM libc
=========

This directory and its subdirectories contain source code for llvm-libc,
a retargetable implementation of the C standard library.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.