Skip to content

Commit 36cbc09

Browse files
[libc][bazel] config macros is a support library (#115776)
Previously __support_macros_config was a cc_library, but making it a libc_support_library makes things cleaner.
1 parent bbf2ad0 commit 36cbc09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/bazel/llvm-project-overlay/libc/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ config_setting(
5353

5454
################################## Base Config #################################
5555

56-
cc_library(
56+
libc_support_library(
5757
name = "__support_macros_config",
5858
hdrs = ["src/__support/macros/config.h"],
5959
)

0 commit comments

Comments
 (0)