[all-commits] [llvm/llvm-project] 20acf6: [libcxx] Check _LIBCPP_PROVIDES_DEFAULT_RUNE_TABLE...
Xiang Xiao via All-commits
all-commits at lists.llvm.org
Wed Nov 11 12:33:18 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 20acf6d5882014e733ac9a5f97de2791b9a851c5
https://github.com/llvm/llvm-project/commit/20acf6d5882014e733ac9a5f97de2791b9a851c5
Author: Xiang Xiao <xiaoxiang at xiaomi.com>
Date: 2020-11-11 (Wed, 11 Nov 2020)
Changed paths:
M libcxx/include/__locale
Log Message:
-----------
[libcxx] Check _LIBCPP_PROVIDES_DEFAULT_RUNE_TABLE first in __locale
This is consistent with what's done in locale.cpp, and it ensures that
we get the default rune table whenever _LIBCPP_PROVIDES_DEFAULT_RUNE_TABLE
is defined, regardless of the actual platform.
Differential Revision: https://reviews.llvm.org/D91074
More information about the All-commits
mailing list