Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2ba1eba

Browse files
authored
Revert "[libc][wctype] Implement internal UTF8 wctype classification functions" (#180186)
Reverts #174607 Breaks libc++
1 parent 56c875a commit 2ba1eba

4 files changed

Lines changed: 138 additions & 908 deletions

File tree

libc/src/__support/CMakeLists.txt

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -156,22 +156,12 @@ add_header_library(
156156
ctype_utils.h
157157
)
158158

159-
list(APPEND wctype_utils_deps
160-
libc.hdr.types.wchar_t
161-
)
162-
163-
if ("${LIBC_CONF_WCTYPE_MODE}" STREQUAL "LIBC_WCTYPE_MODE_UTF8")
164-
list(APPEND wctype_utils_deps
165-
libc.src.__support.wctype.wctype_classification_utils
166-
)
167-
endif()
168-
169159
add_header_library(
170160
wctype_utils
171161
HDRS
172162
wctype_utils.h
173163
DEPENDS
174-
${wctype_utils_deps}
164+
libc.hdr.types.wchar_t
175165
)
176166

177167
add_header_library(

0 commit comments

Comments
 (0)