[llvm] [bazel] Port #150303 (PR #150351)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 23 18:19:24 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libc
Author: Jordan Rupprecht (rupprecht)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/150351.diff
1 Files Affected:
- (modified) utils/bazel/llvm-project-overlay/libc/utils/MPCWrapper/BUILD.bazel (+1)
``````````diff
diff --git a/utils/bazel/llvm-project-overlay/libc/utils/MPCWrapper/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/utils/MPCWrapper/BUILD.bazel
index 0fc6aa4e10616..0db6ce1639b21 100644
--- a/utils/bazel/llvm-project-overlay/libc/utils/MPCWrapper/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/utils/MPCWrapper/BUILD.bazel
@@ -51,6 +51,7 @@ libc_test_library(
"//libc:__support_macros_properties_complex_types",
"//libc:__support_macros_properties_types",
"//libc:hdr_math_macros",
+ "//libc:hdr_stdint_proxy",
"//libc/test/UnitTest:LibcUnitTest",
"//libc/test/UnitTest:fp_test_helpers",
"//libc/utils/MPFRWrapper:mp_common",
``````````
</details>
https://github.com/llvm/llvm-project/pull/150351
More information about the llvm-commits
mailing list