[all-commits] [llvm/llvm-project] f9a6ea: [libc][bazel] Add BUILD targets for complex functi...
Jorge Gorbe Moya via All-commits
all-commits at lists.llvm.org
Tue Mar 4 11:05:23 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f9a6ea44895ea14da27ad1b2e78df3f54bf0c327
https://github.com/llvm/llvm-project/commit/f9a6ea44895ea14da27ad1b2e78df3f54bf0c327
Author: Jorge Gorbe Moya <jgorbe at google.com>
Date: 2025-03-04 (Tue, 04 Mar 2025)
Changed paths:
M libc/utils/MPCWrapper/CMakeLists.txt
M libc/utils/MPCWrapper/MPCUtils.cpp
A libc/utils/MPCWrapper/mpc_inc.h
M utils/bazel/WORKSPACE
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
A utils/bazel/llvm-project-overlay/libc/test/src/complex/BUILD.bazel
A utils/bazel/llvm-project-overlay/libc/utils/MPCWrapper/BUILD.bazel
A utils/bazel/third_party_build/mpc.BUILD
Log Message:
-----------
[libc][bazel] Add BUILD targets for complex functions and tests. (#129618)
This involved a little bit of yak shaving because one of the new tests
depends on MPC, and we didn't have targets for it yet, so I ended up
needing to add a similar setup to what we have for MPFR.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list