Skip to content

[bazel] Port c63112a9118277a20ae440f3f69189c0937e8f4d #110706

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

Conversation

keith
Copy link
Member

@keith keith commented Oct 1, 2024

No description provided.

@keith keith requested a review from rupprecht as a code owner October 1, 2024 17:34
@keith keith merged commit e7edd53 into llvm:main Oct 1, 2024
4 of 5 checks passed
@keith keith deleted the ks/bazel-port-c63112a9118277a20ae440f3f69189c0937e8f4d branch October 1, 2024 17:34
@llvmbot llvmbot added libc bazel "Peripheral" support tier build system: utils/bazel labels Oct 1, 2024
@llvmbot
Copy link
Member

llvmbot commented Oct 1, 2024

@llvm/pr-subscribers-libc

Author: Keith Smiley (keith)

Changes

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

1 Files Affected:

  • (modified) utils/bazel/llvm-project-overlay/libc/BUILD.bazel (+9-1)
diff --git a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
index 140d48c8f96848..d1c8cae256f600 100644
--- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -155,6 +155,11 @@ libc_support_library(
     hdrs = ["hdr/limits_macros.h"],
 )
 
+libc_support_library(
+    name = "hdr_stdio_overlay",
+    hdrs = ["hdr/stdio_overlay.h"],
+)
+
 ############################ Type Proxy Header Files ###########################
 
 libc_support_library(
@@ -749,6 +754,7 @@ libc_support_library(
         ":__support_threads_mutex",
         ":errno",
         ":hdr_stdio_macros",
+        ":hdr_stdio_overlay",
         ":types_off_t",
     ],
 )
@@ -761,6 +767,7 @@ libc_support_library(
         ":__support_error_or",
         ":__support_osutil_syscall",
         ":errno",
+        ":hdr_stdio_overlay",
         ":types_off_t",
     ],
 )
@@ -3893,9 +3900,9 @@ libc_support_library(
         ":__support_ctype_utils",
         ":__support_fputil_fp_bits",
         ":__support_str_to_integer",
+        ":errno",
         ":printf_config",
         ":printf_core_structs",
-        ":errno"
     ],
 )
 
@@ -4104,6 +4111,7 @@ libc_function(
         ":__support_common",
         ":__support_osutil_syscall",
         ":errno",
+        ":hdr_stdio_overlay",
         ":types_FILE",
     ],
 )

Sterling-Augustine pushed a commit to Sterling-Augustine/llvm-project that referenced this pull request Oct 3, 2024
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