Skip to content

Commit 2e9495b

Browse files
committed
[gn build] Port ee6ec2c
1 parent ee6ec2c commit 2e9495b

File tree

1 file changed

+4
-0
lines changed
  • llvm/utils/gn/secondary/libcxx/include

1 file changed

+4
-0
lines changed

llvm/utils/gn/secondary/libcxx/include/BUILD.gn

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ if (current_toolchain == default_toolchain) {
158158
"__algorithm/pstl_backends/cpu_backends/serial.h",
159159
"__algorithm/pstl_backends/cpu_backends/thread.h",
160160
"__algorithm/pstl_backends/cpu_backends/transform.h",
161+
"__algorithm/pstl_backends/cpu_backends/transform_reduce.h",
161162
"__algorithm/pstl_copy.h",
162163
"__algorithm/pstl_fill.h",
163164
"__algorithm/pstl_find.h",
@@ -593,6 +594,8 @@ if (current_toolchain == default_toolchain) {
593594
"__numeric/iota.h",
594595
"__numeric/midpoint.h",
595596
"__numeric/partial_sum.h",
597+
"__numeric/pstl_reduce.h",
598+
"__numeric/pstl_transform_reduce.h",
596599
"__numeric/reduce.h",
597600
"__numeric/transform_exclusive_scan.h",
598601
"__numeric/transform_inclusive_scan.h",
@@ -860,6 +863,7 @@ if (current_toolchain == default_toolchain) {
860863
"__type_traits/nat.h",
861864
"__type_traits/negation.h",
862865
"__type_traits/noexcept_move_assign_container.h",
866+
"__type_traits/operation_traits.h",
863867
"__type_traits/predicate_traits.h",
864868
"__type_traits/promote.h",
865869
"__type_traits/rank.h",

0 commit comments

Comments
 (0)