Skip to content

Conversation

michaelrj-google
Copy link
Contributor

Previously __support_macros_config was a cc_library, but making it a
libc_support_library makes things cleaner.

Previously __support_macros_config was a cc_library, but making it a
libc_support_library makes things cleaner.
@llvmbot llvmbot added libc bazel "Peripheral" support tier build system: utils/bazel labels Nov 11, 2024
@llvmbot
Copy link
Member

llvmbot commented Nov 11, 2024

@llvm/pr-subscribers-libc

Author: Michael Jones (michaelrj-google)

Changes

Previously __support_macros_config was a cc_library, but making it a
libc_support_library makes things cleaner.


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

1 Files Affected:

  • (modified) utils/bazel/llvm-project-overlay/libc/BUILD.bazel (+1-1)
diff --git a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
index 7a6d1cf2e9c6de..69a0dada23b4cd 100644
--- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -53,7 +53,7 @@ config_setting(
 
 ################################## Base Config #################################
 
-cc_library(
+libc_support_library(
     name = "__support_macros_config",
     hdrs = ["src/__support/macros/config.h"],
 )

@michaelrj-google michaelrj-google merged commit 36cbc09 into llvm:main Nov 11, 2024
9 checks passed
@michaelrj-google michaelrj-google deleted the libcBazelTinyFix branch November 11, 2024 22:17
Groverkss pushed a commit to iree-org/llvm-project that referenced this pull request Nov 15, 2024
Previously __support_macros_config was a cc_library, but making it a
libc_support_library makes things cleaner.
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