[llvm] 6b30d21 - [gn build] Port 44331d259493
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 24 01:17:39 PDT 2025
Author: LLVM GN Syncbot
Date: 2025-10-24T08:12:03Z
New Revision: 6b30d2104084eda539278097b6b16215a7c908d7
URL: https://github.com/llvm/llvm-project/commit/6b30d2104084eda539278097b6b16215a7c908d7
DIFF: https://github.com/llvm/llvm-project/commit/6b30d2104084eda539278097b6b16215a7c908d7.diff
LOG: [gn build] Port 44331d259493
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 e7470060899a1..278c29c766ddb 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -911,7 +911,6 @@ if (current_toolchain == default_toolchain) {
"__cxx03/cmath",
"__cxx03/codecvt",
"__cxx03/complex",
- "__cxx03/complex.h",
"__cxx03/condition_variable",
"__cxx03/csetjmp",
"__cxx03/csignal",
@@ -924,25 +923,20 @@ if (current_toolchain == default_toolchain) {
"__cxx03/cstring",
"__cxx03/ctgmath",
"__cxx03/ctime",
- "__cxx03/ctype.h",
"__cxx03/cuchar",
"__cxx03/cwchar",
"__cxx03/cwctype",
"__cxx03/deque",
- "__cxx03/errno.h",
"__cxx03/exception",
"__cxx03/experimental/__config",
"__cxx03/experimental/utility",
"__cxx03/ext/__hash",
"__cxx03/ext/hash_map",
"__cxx03/ext/hash_set",
- "__cxx03/fenv.h",
- "__cxx03/float.h",
"__cxx03/forward_list",
"__cxx03/fstream",
"__cxx03/functional",
"__cxx03/future",
- "__cxx03/inttypes.h",
"__cxx03/iomanip",
"__cxx03/ios",
"__cxx03/iosfwd",
@@ -969,11 +963,8 @@ if (current_toolchain == default_toolchain) {
"__cxx03/sstream",
"__cxx03/stack",
"__cxx03/stdatomic.h",
- "__cxx03/stdbool.h",
- "__cxx03/stddef.h",
"__cxx03/stdexcept",
"__cxx03/stdint.h",
- "__cxx03/stdio.h",
"__cxx03/stdlib.h",
"__cxx03/streambuf",
"__cxx03/string",
@@ -981,7 +972,6 @@ if (current_toolchain == default_toolchain) {
"__cxx03/string_view",
"__cxx03/strstream",
"__cxx03/system_error",
- "__cxx03/tgmath.h",
"__cxx03/thread",
"__cxx03/type_traits",
"__cxx03/typeindex",
@@ -994,7 +984,6 @@ if (current_toolchain == default_toolchain) {
"__cxx03/vector",
"__cxx03/version",
"__cxx03/wchar.h",
- "__cxx03/wctype.h",
"__debug_utils/randomize_range.h",
"__debug_utils/sanitizers.h",
"__debug_utils/strict_weak_ordering_check.h",
More information about the llvm-commits
mailing list