File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
llvm/utils/gn/secondary/libcxx/include Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ if (current_toolchain == default_toolchain) {
20
20
" _LIBCPP_ABI_FORCE_MICROSOFT=" ,
21
21
" _LIBCPP_EXTRA_SITE_DEFINES=" ,
22
22
" _LIBCPP_HAS_NO_FILESYSTEM_LIBRARY=" ,
23
+ " _LIBCPP_HAS_NO_FSTREAM=" ,
23
24
" _LIBCPP_HAS_NO_THREADS=" ,
24
25
" _LIBCPP_HAS_NO_MONOTONIC_CLOCK=" ,
25
26
" _LIBCPP_HAS_MUSL_LIBC=" ,
@@ -64,6 +65,7 @@ if (current_toolchain == default_toolchain) {
64
65
# An empty value here means the feature is supported.
65
66
# Unsupported values should be set to `$no`.
66
67
" requires_LIBCXX_ENABLE_FILESYSTEM=" ,
68
+ " requires_LIBCXX_ENABLE_FSTREAM=" ,
67
69
" requires_LIBCXX_ENABLE_LOCALIZATION=" ,
68
70
" requires_LIBCXX_ENABLE_THREADS=" ,
69
71
" requires_LIBCXX_ENABLE_WIDE_CHARACTERS=" ,
You can’t perform that action at this time.
0 commit comments