Skip to content

[bazel] Fix one missed target also broken by ff844df719d7226a46b8cb0 #142854

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
Jun 4, 2025

Conversation

rupprecht
Copy link
Collaborator

a4320ba fixed most targets but missed one.

@llvmbot llvmbot added libc bazel "Peripheral" support tier build system: utils/bazel labels Jun 4, 2025
@llvmbot
Copy link
Member

llvmbot commented Jun 4, 2025

@llvm/pr-subscribers-libc

Author: Jordan Rupprecht (rupprecht)

Changes

a4320ba fixed most targets but missed one.


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

1 Files Affected:

  • (modified) utils/bazel/llvm-project-overlay/libc/BUILD.bazel (+1)
diff --git a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
index 8ed5aaf3e2d14..eb0f12dcab7e7 100644
--- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -4341,6 +4341,7 @@ libc_function(
     hdrs = ["src/string/strncpy.h"],
     deps = [
         ":__support_common",
+        ":__support_macros_null_check",
     ],
 )
 

@rupprecht rupprecht merged commit 7578922 into llvm:main Jun 4, 2025
10 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.

2 participants