[llvm] 2e9495b - [gn build] Port ee6ec2c5f1a5

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 1 08:57:53 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-06-01T15:52:25Z
New Revision: 2e9495bdcc452b4e4e2f0bdf3c8ff7738c933cec

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

LOG: [gn build] Port ee6ec2c5f1a5

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 b69e696fdd9e7..8cc8aa64ac617 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -158,6 +158,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/pstl_backends/cpu_backends/serial.h",
       "__algorithm/pstl_backends/cpu_backends/thread.h",
       "__algorithm/pstl_backends/cpu_backends/transform.h",
+      "__algorithm/pstl_backends/cpu_backends/transform_reduce.h",
       "__algorithm/pstl_copy.h",
       "__algorithm/pstl_fill.h",
       "__algorithm/pstl_find.h",
@@ -593,6 +594,8 @@ if (current_toolchain == default_toolchain) {
       "__numeric/iota.h",
       "__numeric/midpoint.h",
       "__numeric/partial_sum.h",
+      "__numeric/pstl_reduce.h",
+      "__numeric/pstl_transform_reduce.h",
       "__numeric/reduce.h",
       "__numeric/transform_exclusive_scan.h",
       "__numeric/transform_inclusive_scan.h",
@@ -860,6 +863,7 @@ 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/predicate_traits.h",
       "__type_traits/promote.h",
       "__type_traits/rank.h",


        


More information about the llvm-commits mailing list