Skip to content

Commit 3b48a97

Browse files
committed
[gn build] port af8c49d
1 parent af8c49d commit 3b48a97

File tree

1 file changed

+2
-0
lines changed
  • llvm/utils/gn/secondary/libcxx/include

1 file changed

+2
-0
lines changed

llvm/utils/gn/secondary/libcxx/include/BUILD.gn

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ if (current_toolchain == default_toolchain) {
2020
"_LIBCPP_ABI_FORCE_MICROSOFT=",
2121
"_LIBCPP_EXTRA_SITE_DEFINES=",
2222
"_LIBCPP_HAS_NO_FILESYSTEM_LIBRARY=",
23+
"_LIBCPP_HAS_NO_FSTREAM=",
2324
"_LIBCPP_HAS_NO_THREADS=",
2425
"_LIBCPP_HAS_NO_MONOTONIC_CLOCK=",
2526
"_LIBCPP_HAS_MUSL_LIBC=",
@@ -64,6 +65,7 @@ if (current_toolchain == default_toolchain) {
6465
# An empty value here means the feature is supported.
6566
# Unsupported values should be set to `$no`.
6667
"requires_LIBCXX_ENABLE_FILESYSTEM=",
68+
"requires_LIBCXX_ENABLE_FSTREAM=",
6769
"requires_LIBCXX_ENABLE_LOCALIZATION=",
6870
"requires_LIBCXX_ENABLE_THREADS=",
6971
"requires_LIBCXX_ENABLE_WIDE_CHARACTERS=",

0 commit comments

Comments
 (0)