[all-commits] [llvm/llvm-project] a2ac36: [libc][bazel] Add log, log2, log10, log1p to bazel...
lntue via All-commits
all-commits at lists.llvm.org
Wed May 24 04:44:20 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a2ac3678cd337865ad6a8852acf94c8c5f0b03ea
https://github.com/llvm/llvm-project/commit/a2ac3678cd337865ad6a8852acf94c8c5f0b03ea
Author: Tue Ly <lntue at google.com>
Date: 2023-05-24 (Wed, 24 May 2023)
Changed paths:
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/log1p.cpp
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
M utils/bazel/llvm-project-overlay/libc/test/src/math/BUILD.bazel
Log Message:
-----------
[libc][bazel] Add log, log2, log10, log1p to bazel layout.
Add log, log2, log10, log1p and their unit tests to bazel layout.
Reviewed By: gchatelet
Differential Revision: https://reviews.llvm.org/D151252
More information about the All-commits
mailing list