[llvm] [bazel] Port #150303 (PR #150351)

Jordan Rupprecht via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 23 18:18:51 PDT 2025


https://github.com/rupprecht created https://github.com/llvm/llvm-project/pull/150351

None

>From d2070b82cb4e34e03c5f295bd53bd3f80e242347 Mon Sep 17 00:00:00 2001
From: Jordan Rupprecht <rupprecht at google.com>
Date: Wed, 23 Jul 2025 18:18:25 -0700
Subject: [PATCH] [bazel] Port #150303

---
 .../bazel/llvm-project-overlay/libc/utils/MPCWrapper/BUILD.bazel | 1 +
 1 file changed, 1 insertion(+)

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",



More information about the llvm-commits mailing list