[llvm] d0737ea - [gn build] Port 8af259e8d90b

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 29 20:46:50 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-04-30T03:41:50Z
New Revision: d0737ea4964be1e6e7158ed2b10b87dc3ae9c143

URL: https://github.com/llvm/llvm-project/commit/d0737ea4964be1e6e7158ed2b10b87dc3ae9c143
DIFF: https://github.com/llvm/llvm-project/commit/d0737ea4964be1e6e7158ed2b10b87dc3ae9c143.diff

LOG: [gn build] Port 8af259e8d90b

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 113277f782467..ea3a4366fd793 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -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",


        


More information about the llvm-commits mailing list