Skip to content

Commit dbb2814

Browse files
author
Sriya Pratipati
committed
removed currently unused support libraries
1 parent 77b2123 commit dbb2814

File tree

1 file changed

+10
-33
lines changed

1 file changed

+10
-33
lines changed

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

Lines changed: 10 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -298,24 +298,6 @@ libc_support_library(
298298
deps = [":hdr_stdlib_overlay"],
299299
)
300300

301-
libc_support_library(
302-
name = "types_char32_t",
303-
hdrs = ["hdr/types/char32_t.h"],
304-
deps = [
305-
":hdr_uchar_overlay",
306-
],
307-
)
308-
309-
libc_support_library(
310-
name = "hdr_uchar_overlay",
311-
hdrs = ["hdr/uchar_overlay.h"],
312-
)
313-
314-
libc_support_library(
315-
name = "types_char8_t",
316-
hdrs = ["hdr/types/char8_t.h"],
317-
)
318-
319301
libc_support_library(
320302
name = "types_clockid_t",
321303
hdrs = ["hdr/types/clockid_t.h"],
@@ -354,11 +336,6 @@ libc_support_library(
354336
deps = [":hdr_stdlib_overlay"],
355337
)
356338

357-
libc_support_library(
358-
name = "types_mbstate_t",
359-
hdrs = ["hdr/types/mbstate_t.h"],
360-
)
361-
362339
libc_support_library(
363340
name = "types_mode_t",
364341
hdrs = ["hdr/types/mode_t.h"],
@@ -1688,6 +1665,16 @@ libc_support_library(
16881665
],
16891666
)
16901667

1668+
libc_support_library(
1669+
name = "__support_wctype_utils",
1670+
hdrs = ["src/__support/wctype_utils.h"],
1671+
deps = [
1672+
":__support_cpp_optional",
1673+
":__support_macros_attributes",
1674+
":__support_macros_config",
1675+
],
1676+
)
1677+
16911678
########################## externally shared targets ###########################
16921679

16931680
libc_header_library(
@@ -5731,16 +5718,6 @@ libc_function(
57315718

57325719
############################## wchar targets ###############################
57335720

5734-
libc_support_library(
5735-
name = "__support_wctype_utils",
5736-
hdrs = ["src/__support/wctype_utils.h"],
5737-
deps = [
5738-
":__support_cpp_optional",
5739-
":__support_macros_attributes",
5740-
":__support_macros_config",
5741-
],
5742-
)
5743-
57445721
libc_function(
57455722
name = "btowc",
57465723
srcs = ["src/wchar/btowc.cpp"],

0 commit comments

Comments
 (0)