[gn build] Port 8af259e8d90b
authorLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Sun, 30 Apr 2023 03:41:50 +0000 (03:41 +0000)
committerLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Sun, 30 Apr 2023 03:41:50 +0000 (03:41 +0000)
llvm/utils/gn/secondary/libcxx/include/BUILD.gn

index 113277f..ea3a436 100644 (file)
@@ -144,6 +144,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/partition_point.h",
       "__algorithm/pop_heap.h",
       "__algorithm/prev_permutation.h",
+      "__algorithm/pstl_any_all_none_of.h",
       "__algorithm/push_heap.h",
       "__algorithm/ranges_adjacent_find.h",
       "__algorithm/ranges_all_of.h",
@@ -771,6 +772,7 @@ if (current_toolchain == default_toolchain) {
       "__type_traits/is_empty.h",
       "__type_traits/is_enum.h",
       "__type_traits/is_equality_comparable.h",
+      "__type_traits/is_execution_policy.h",
       "__type_traits/is_final.h",
       "__type_traits/is_floating_point.h",
       "__type_traits/is_function.h",
@@ -871,6 +873,7 @@ if (current_toolchain == default_toolchain) {
       "__utility/priority_tag.h",
       "__utility/rel_ops.h",
       "__utility/swap.h",
+      "__utility/terminate_on_exception.h",
       "__utility/to_underlying.h",
       "__utility/unreachable.h",
       "__variant/monostate.h",