Skip to content

[bazel] add missing dep to errno_test_helpers #132278

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 20, 2025

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