[llvm] [bazel] Fixes c34c0442ee1fe400dc35a7dd7776d48ad65768dd (PR #190416)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 3 15:21:50 PDT 2026
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libc
Author: Jackson Stogel (jtstogel)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/190416.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 8d4b171879562..23a6813a46cdd 100644
--- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -10517,6 +10517,7 @@ libc_support_library(
":__support_fputil_fp_bits",
":__support_libc_errno",
":__support_macros_config",
+ ":__support_macros_properties_types",
":__support_str_to_integer",
":errno",
":llvm_libc_macros_stdfix_macros",
``````````
</details>
https://github.com/llvm/llvm-project/pull/190416
More information about the llvm-commits
mailing list