[llvm] 0d7dba6 - [gn build] Port 087666811452
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 8 12:09:18 PST 2024
Author: LLVM GN Syncbot
Date: 2024-03-08T20:02:42Z
New Revision: 0d7dba6300b452c751cde4eeaedcbfeb86f6185c
URL: https://github.com/llvm/llvm-project/commit/0d7dba6300b452c751cde4eeaedcbfeb86f6185c
DIFF: https://github.com/llvm/llvm-project/commit/0d7dba6300b452c751cde4eeaedcbfeb86f6185c.diff
LOG: [gn build] Port 087666811452
Added:
Modified:
llvm/utils/gn/secondary/libcxx/include/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
index 72aa8b4e8e387b..cb52d99e5b2af7 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -450,7 +450,6 @@ if (current_toolchain == default_toolchain) {
"__format/format_context.h",
"__format/format_error.h",
"__format/format_functions.h",
- "__format/format_fwd.h",
"__format/format_parse_context.h",
"__format/format_string.h",
"__format/format_to_n_result.h",
@@ -500,6 +499,7 @@ if (current_toolchain == default_toolchain) {
"__fwd/array.h",
"__fwd/bit_reference.h",
"__fwd/complex.h",
+ "__fwd/format.h",
"__fwd/fstream.h",
"__fwd/functional.h",
"__fwd/ios.h",
More information about the llvm-commits
mailing list