[llvm] 965e053 - [gn build] Port f5960c168dfe
Arthur Eubanks via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 5 10:38:14 PDT 2024
Author: Arthur Eubanks
Date: 2024-04-05T17:37:46Z
New Revision: 965e053eb3ba336b6174e6753f138cabc0ea92c2
URL: https://github.com/llvm/llvm-project/commit/965e053eb3ba336b6174e6753f138cabc0ea92c2
DIFF: https://github.com/llvm/llvm-project/commit/965e053eb3ba336b6174e6753f138cabc0ea92c2.diff
LOG: [gn build] Port f5960c168dfe
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 78a6e6fda82620..66e8084d5808a2 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -807,6 +807,7 @@ if (current_toolchain == default_toolchain) {
"__type_traits/datasizeof.h",
"__type_traits/decay.h",
"__type_traits/dependent_type.h",
+ "__type_traits/desugars_to.h",
"__type_traits/disjunction.h",
"__type_traits/enable_if.h",
"__type_traits/extent.h",
@@ -891,7 +892,6 @@ if (current_toolchain == default_toolchain) {
"__type_traits/nat.h",
"__type_traits/negation.h",
"__type_traits/noexcept_move_assign_container.h",
- "__type_traits/operation_traits.h",
"__type_traits/promote.h",
"__type_traits/rank.h",
"__type_traits/remove_all_extents.h",
More information about the llvm-commits
mailing list