[all-commits] [llvm/llvm-project] 1eb90b: [libc++] Fixes disabling wide character.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Sat Aug 19 10:09:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1eb90b9a4e8fa2fbaea71c813b38080b28f66c69
https://github.com/llvm/llvm-project/commit/1eb90b9a4e8fa2fbaea71c813b38080b28f66c69
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-08-19 (Sat, 19 Aug 2023)
Changed paths:
M libcxx/include/cstdlib
M libcxx/include/iosfwd
Log Message:
-----------
[libc++] Fixes disabling wide character.
While testing the std module with -DLIBCXX_ENABLE_WIDE_CHARACTERS=OFF
the build failed. These functions are not exported from the module since
they use wchar_t. Disable them in the headers too.
Reviewed By: #libc, philnik
Differential Revision: https://reviews.llvm.org/D158199
More information about the All-commits
mailing list