[llvm] 41c79d0 - [gn build] Port 2d52c6bfae80
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 5 07:46:26 PDT 2022
Author: LLVM GN Syncbot
Date: 2022-09-05T14:41:45Z
New Revision: 41c79d0b6d4ce1461f025cfb065619ba469ca96d
URL: https://github.com/llvm/llvm-project/commit/41c79d0b6d4ce1461f025cfb065619ba469ca96d
DIFF: https://github.com/llvm/llvm-project/commit/41c79d0b6d4ce1461f025cfb065619ba469ca96d.diff
LOG: [gn build] Port 2d52c6bfae80
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 15f4b1a9b4511..90f9ed8c0a8ea 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -401,10 +401,13 @@ if (current_toolchain == default_toolchain) {
"__functional/unary_negate.h",
"__functional/unwrap_ref.h",
"__functional/weak_result_type.h",
+ "__fwd/array.h",
+ "__fwd/get.h",
"__fwd/hash.h",
"__fwd/pair.h",
"__fwd/span.h",
"__fwd/string_view.h",
+ "__fwd/tuple.h",
"__hash_table",
"__ios/fpos.h",
"__iterator/access.h",
@@ -583,6 +586,14 @@ if (current_toolchain == default_toolchain) {
"__threading_support",
"__tree",
"__tuple",
+ "__tuple/apply_cv.h",
+ "__tuple/make_tuple_types.h",
+ "__tuple/sfinae_helpers.h",
+ "__tuple/tuple_element.h",
+ "__tuple/tuple_indices.h",
+ "__tuple/tuple_like.h",
+ "__tuple/tuple_size.h",
+ "__tuple/tuple_types.h",
"__type_traits/add_const.h",
"__type_traits/add_cv.h",
"__type_traits/add_lvalue_reference.h",
More information about the llvm-commits
mailing list