[llvm] [Bazel] Fixes ae1d75e (PR #200757)

via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 1 02:01:42 PDT 2026


llvmorg-github-actions[bot] wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libc

Author: forking-google-bazel-bot[bot]

<details>
<summary>Changes</summary>

This fixes ae1d75e6071e51fff924c6904852fc3a2ae56687.



---
Full diff: https://github.com/llvm/llvm-project/pull/200757.diff


1 Files Affected:

- (modified) utils/bazel/llvm-project-overlay/libc/BUILD.bazel (+1) 


``````````diff
diff --git a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
index 8838397da613a..96d25d79aae48 100644
--- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -6775,6 +6775,7 @@ libc_support_library(
         ":__support_math_exp10_float16_constants",
         ":__support_math_expf16_utils",
         ":hdr_stdint_proxy",
+        ":llvm_libc_macros_float16_macros",
     ],
 )
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/200757


More information about the llvm-commits mailing list