Skip to content

Commit 0d7dba6

Browse files
committed
[gn build] Port 0876668
1 parent edc1c3d commit 0d7dba6

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,6 @@ if (current_toolchain == default_toolchain) {
450450
"__format/format_context.h",
451451
"__format/format_error.h",
452452
"__format/format_functions.h",
453-
"__format/format_fwd.h",
454453
"__format/format_parse_context.h",
455454
"__format/format_string.h",
456455
"__format/format_to_n_result.h",
@@ -500,6 +499,7 @@ if (current_toolchain == default_toolchain) {
500499
"__fwd/array.h",
501500
"__fwd/bit_reference.h",
502501
"__fwd/complex.h",
502+
"__fwd/format.h",
503503
"__fwd/fstream.h",
504504
"__fwd/functional.h",
505505
"__fwd/ios.h",

0 commit comments

Comments
 (0)