[all-commits] [llvm/llvm-project] eff111: [libc] Enable string to integer conversion functio...
michaelrj-google via All-commits
all-commits at lists.llvm.org
Mon Aug 23 14:18:26 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eff11176c5ca6a9d1fa8b27a998ba811824669c6
https://github.com/llvm/llvm-project/commit/eff11176c5ca6a9d1fa8b27a998ba811824669c6
Author: Michael Jones <michaelrj at google.com>
Date: 2021-08-23 (Mon, 23 Aug 2021)
Changed paths:
M libc/config/linux/aarch64/entrypoints.txt
M libc/config/linux/x86_64/entrypoints.txt
M libc/config/windows/entrypoints.txt
M libc/src/CMakeLists.txt
M libc/src/stdlib/CMakeLists.txt
M libc/test/src/CMakeLists.txt
M libc/test/src/stdlib/CMakeLists.txt
M libc/test/src/stdlib/atol_test.cpp
M libc/test/src/stdlib/atoll_test.cpp
Log Message:
-----------
[libc] Enable string to integer conversion functions in the default build
Adds atoi, atol, atoll, strtol, strtoll, strtoul, and strtoull to the
list of entrypoints for Windows and aarch64 linux, as well as moving
them out of the LLVM_LIBC_FULL_BUILD condition for x86_64 linux.
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D108477
More information about the All-commits
mailing list