Skip to content

Conversation

@michaelrj-google
Copy link
Contributor

Bazel doesn't complain, but downstream it's causing build failures.

Bazel doesn't complain, but downstream it's causing build failures.
@llvmbot llvmbot added libc bazel "Peripheral" support tier build system: utils/bazel labels Mar 20, 2025
@llvmbot
Copy link
Member

llvmbot commented Mar 20, 2025

@llvm/pr-subscribers-libc

Author: Michael Jones (michaelrj-google)

Changes

Bazel doesn't complain, but downstream it's causing build failures.


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

1 Files Affected:

  • (modified) utils/bazel/llvm-project-overlay/libc/test/UnitTest/BUILD.bazel (+1)
diff --git a/utils/bazel/llvm-project-overlay/libc/test/UnitTest/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/test/UnitTest/BUILD.bazel
index 27e468ddeb5f5..b37ec19330236 100644
--- a/utils/bazel/llvm-project-overlay/libc/test/UnitTest/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/test/UnitTest/BUILD.bazel
@@ -80,6 +80,7 @@ libc_test_library(
     ],
     deps = [
         ":LibcUnitTest",
+        "//libc:__support_macros_config",
         "//libc:errno",
     ],
 )

@michaelrj-google michaelrj-google merged commit 09ff6db into llvm:main Mar 20, 2025
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bazel "Peripheral" support tier build system: utils/bazel libc

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants