[all-commits] [llvm/llvm-project] c179bc: [libc] Add imaxabs
Alex Brachet via All-commits
all-commits at lists.llvm.org
Mon Jul 11 14:28:59 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c179bcc151839f7cfea9f391f3c00665711ac537
https://github.com/llvm/llvm-project/commit/c179bcc151839f7cfea9f391f3c00665711ac537
Author: Alex Brachet <abrachet at google.com>
Date: 2022-07-11 (Mon, 11 Jul 2022)
Changed paths:
M libc/config/darwin/arm/entrypoints.txt
M libc/config/linux/aarch64/entrypoints.txt
M libc/config/linux/arm/entrypoints.txt
M libc/config/linux/x86_64/entrypoints.txt
M libc/config/windows/entrypoints.txt
M libc/src/inttypes/CMakeLists.txt
A libc/src/inttypes/imaxabs.cpp
A libc/src/inttypes/imaxabs.h
M libc/test/src/inttypes/CMakeLists.txt
A libc/test/src/inttypes/imaxabs_test.cpp
Log Message:
-----------
[libc] Add imaxabs
Differential Revision: https://reviews.llvm.org/D129517
More information about the All-commits
mailing list