Skip to content

Commit 38dbcbd

Browse files
authored
[libcxx] Use the default rune table when using the LLVM libc (#106632)
Summary: We currently do not provide a more complicated rune table, so we want the default.
1 parent 109bff1 commit 38dbcbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/__config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ typedef __char32_t char32_t;
888888
# endif
889889

890890
# if defined(__BIONIC__) || defined(__NuttX__) || defined(__Fuchsia__) || defined(__wasi__) || \
891-
defined(_LIBCPP_HAS_MUSL_LIBC) || defined(__OpenBSD__)
891+
defined(_LIBCPP_HAS_MUSL_LIBC) || defined(__OpenBSD__) || defined(__LLVM_LIBC__)
892892
# define _LIBCPP_PROVIDES_DEFAULT_RUNE_TABLE
893893
# endif
894894

0 commit comments

Comments
 (0)