[llvm] [bazel][libc] Add missing dependency (PR #164668)

via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 22 10:33:06 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libc

Author: Walter Lee (googlewalt)

<details>
<summary>Changes</summary>

Fixes #<!-- -->164522.

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


1 Files Affected:

- (modified) utils/bazel/llvm-project-overlay/libc/test/src/math/libc_math_test_rules.bzl (+1) 


``````````diff
diff --git a/utils/bazel/llvm-project-overlay/libc/test/src/math/libc_math_test_rules.bzl b/utils/bazel/llvm-project-overlay/libc/test/src/math/libc_math_test_rules.bzl
index d2297d51383cc..4b8a34646d637 100644
--- a/utils/bazel/llvm-project-overlay/libc/test/src/math/libc_math_test_rules.bzl
+++ b/utils/bazel/llvm-project-overlay/libc/test/src/math/libc_math_test_rules.bzl
@@ -35,6 +35,7 @@ def math_test(name, hdrs = [], deps = [], **kwargs):
             "//libc:__support_fputil_manipulation_functions",
             "//libc:__support_fputil_nearest_integer_operations",
             "//libc:__support_fputil_normal_float",
+            "//libc:__support_macros_optimization",
             "//libc:__support_macros_properties_architectures",
             "//libc:__support_macros_properties_os",
             "//libc:__support_macros_properties_types",

``````````

</details>


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


More information about the llvm-commits mailing list