Skip to content

Conversation

krasimirgg
Copy link
Contributor

@krasimirgg krasimirgg commented Oct 21, 2024

bazelbuild: fix for 2ce10f0.

No functional changes intended.

@llvmbot llvmbot added libc bazel "Peripheral" support tier build system: utils/bazel labels Oct 21, 2024
@llvmbot
Copy link
Member

llvmbot commented Oct 21, 2024

@llvm/pr-subscribers-libc

Author: Krasimir Georgiev (krasimirgg)

Changes

bazelbuild: fix for 2ce10f0.

No functional changes intended.


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

1 Files Affected:

  • (modified) utils/bazel/llvm-project-overlay/libc/BUILD.bazel (+6)
diff --git a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
index 1abc0ccda4c7e6..64859420b91bfa 100644
--- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -119,6 +119,11 @@ libc_support_library(
     hdrs = ["include/llvm-libc-macros/linux/fcntl-macros.h"],
 )
 
+libc_support_library(
+    name = "llvm_libc_types_size_t",
+    hdrs = ["include/llvm-libc-types/size_t.h"],
+)
+
 ########################### Macro Proxy Header Files ###########################
 
 libc_support_library(
@@ -3193,6 +3198,7 @@ libc_support_library(
         ":__support_common",
         ":__support_cpp_bitset",
         ":__support_macros_optimization",
+        ":llvm_libc_types_size_t",
         ":string_memory_utils",
     ],
 )

@krasimirgg krasimirgg merged commit 25b58c8 into llvm:main Oct 21, 2024
9 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