[llvm] d02dbaf - [gn build] Port 78af5e2b68da (#206268)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 27 09:32:51 PDT 2026
Author: Nico Weber
Date: 2026-06-27T18:32:47+02:00
New Revision: d02dbaf508a86630dd438bf3b77b65316c2e7d31
URL: https://github.com/llvm/llvm-project/commit/d02dbaf508a86630dd438bf3b77b65316c2e7d31
DIFF: https://github.com/llvm/llvm-project/commit/d02dbaf508a86630dd438bf3b77b65316c2e7d31.diff
LOG: [gn build] Port 78af5e2b68da (#206268)
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 20864a00e9463..e2f351bb0b532 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -401,8 +401,8 @@ if (current_toolchain == default_toolchain) {
"__concepts/equality_comparable.h",
"__concepts/invocable.h",
"__concepts/movable.h",
- "__concepts/primary_template.h",
"__concepts/predicate.h",
+ "__concepts/primary_template.h",
"__concepts/referenceable.h",
"__concepts/regular.h",
"__concepts/relation.h",
@@ -422,6 +422,7 @@ if (current_toolchain == default_toolchain) {
"__configuration/language.h",
"__configuration/namespace.h",
"__configuration/platform.h",
+ "__configuration/pstl.h",
"__configuration/utility.h",
"__coroutine/coroutine_handle.h",
"__coroutine/coroutine_traits.h",
@@ -1197,13 +1198,13 @@ if (current_toolchain == default_toolchain) {
"__locale_dir/support/fuchsia.h",
"__locale_dir/support/linux.h",
"__locale_dir/support/llvm_libc.h",
- "__locale_dir/support/openbsd.h",
"__locale_dir/support/netbsd.h",
"__locale_dir/support/newlib.h",
"__locale_dir/support/no_locale/characters.h",
"__locale_dir/support/no_locale/conversions.h",
"__locale_dir/support/no_locale/formatting.h",
"__locale_dir/support/no_locale/strtonum.h",
+ "__locale_dir/support/openbsd.h",
"__locale_dir/support/windows.h",
"__locale_dir/time.h",
"__locale_dir/wbuffer_convert.h",
@@ -1477,7 +1478,6 @@ if (current_toolchain == default_toolchain) {
"__type_traits/copy_cvref.h",
"__type_traits/datasizeof.h",
"__type_traits/decay.h",
-
"__type_traits/desugars_to.h",
"__type_traits/detected_or.h",
"__type_traits/disjunction.h",
@@ -1549,7 +1549,6 @@ if (current_toolchain == default_toolchain) {
"__type_traits/is_void.h",
"__type_traits/is_volatile.h",
"__type_traits/is_within_lifetime.h",
-
"__type_traits/make_32_64_or_128_bit.h",
"__type_traits/make_const_lvalue_ref.h",
"__type_traits/make_signed.h",
More information about the llvm-commits
mailing list