[llvm] [Bazel] Fixes e7635cc (PR #217958)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 21 11:26:28 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 e7635cccfae4d34d861d76ac404127a24d7eb768 (#<!-- -->217822).
Buildkite error link: https://buildkite.com/llvm-project/upstream-bazel/builds?commit=e7635cccfae4d34d861d76ac404127a24d7eb768
---
Full diff: https://github.com/llvm/llvm-project/pull/217958.diff
1 Files Affected:
- (modified) utils/bazel/llvm-project-overlay/libc/BUILD.bazel (+6)
``````````diff
diff --git a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
index bb6cb42841a7f..290f64ee522da 100644
--- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -6940,7 +6940,10 @@ libc_support_library(
hdrs = ["src/__support/math/round.h"],
deps = [
":__support_fputil_nearest_integer_operations",
+ ":__support_macros_attributes",
":__support_macros_config",
+ ":__support_macros_properties_compiler",
+ ":__support_macros_properties_cpu_features",
],
)
@@ -7018,7 +7021,10 @@ libc_support_library(
hdrs = ["src/__support/math/roundf.h"],
deps = [
":__support_fputil_nearest_integer_operations",
+ ":__support_macros_attributes",
":__support_macros_config",
+ ":__support_macros_properties_compiler",
+ ":__support_macros_properties_cpu_features",
],
)
``````````
</details>
https://github.com/llvm/llvm-project/pull/217958
More information about the llvm-commits
mailing list