[llvm] 2f2c76d - [gn build] Port e2b15ec235fe
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 12 06:26:43 PDT 2023
Author: LLVM GN Syncbot
Date: 2023-04-12T13:18:39Z
New Revision: 2f2c76ddb73e6176bed558c7d61faa50aabb9e9e
URL: https://github.com/llvm/llvm-project/commit/2f2c76ddb73e6176bed558c7d61faa50aabb9e9e
DIFF: https://github.com/llvm/llvm-project/commit/2f2c76ddb73e6176bed558c7d61faa50aabb9e9e.diff
LOG: [gn build] Port e2b15ec235fe
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 9958dd783b66..eccda3bfc94c 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -671,16 +671,16 @@ if (current_toolchain == default_toolchain) {
"__thread/timed_backoff_policy.h",
"__threading_support",
"__tree",
- "__tuple_dir/apply_cv.h",
- "__tuple_dir/make_tuple_types.h",
- "__tuple_dir/pair_like.h",
- "__tuple_dir/sfinae_helpers.h",
- "__tuple_dir/tuple_element.h",
- "__tuple_dir/tuple_indices.h",
- "__tuple_dir/tuple_like.h",
- "__tuple_dir/tuple_like_ext.h",
- "__tuple_dir/tuple_size.h",
- "__tuple_dir/tuple_types.h",
+ "__tuple/apply_cv.h",
+ "__tuple/make_tuple_types.h",
+ "__tuple/pair_like.h",
+ "__tuple/sfinae_helpers.h",
+ "__tuple/tuple_element.h",
+ "__tuple/tuple_indices.h",
+ "__tuple/tuple_like.h",
+ "__tuple/tuple_like_ext.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