Skip to content

Commit 90a154e

Browse files
committed
[gn build] Port 9540950
1 parent c579020 commit 90a154e

File tree

1 file changed

+5
-3
lines changed
  • llvm/utils/gn/secondary/libcxx/include

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ if (current_toolchain == default_toolchain) {
143143
"__algorithm/pop_heap.h",
144144
"__algorithm/prev_permutation.h",
145145
"__algorithm/pstl.h",
146-
"__algorithm/pstl_frontend_dispatch.h",
147146
"__algorithm/push_heap.h",
148147
"__algorithm/ranges_adjacent_find.h",
149148
"__algorithm/ranges_all_of.h",
@@ -646,11 +645,12 @@ if (current_toolchain == default_toolchain) {
646645
"__numeric/transform_reduce.h",
647646
"__ostream/basic_ostream.h",
648647
"__ostream/print.h",
648+
"__pstl/backend.h",
649+
"__pstl/backend_fwd.h",
650+
"__pstl/backends/default.h",
649651
"__pstl/backends/libdispatch.h",
650652
"__pstl/backends/serial.h",
651653
"__pstl/backends/std_thread.h",
652-
"__pstl/configuration.h",
653-
"__pstl/configuration_fwd.h",
654654
"__pstl/cpu_algos/any_of.h",
655655
"__pstl/cpu_algos/cpu_traits.h",
656656
"__pstl/cpu_algos/fill.h",
@@ -660,6 +660,8 @@ if (current_toolchain == default_toolchain) {
660660
"__pstl/cpu_algos/stable_sort.h",
661661
"__pstl/cpu_algos/transform.h",
662662
"__pstl/cpu_algos/transform_reduce.h",
663+
"__pstl/dispatch.h",
664+
"__pstl/handle_exception.h",
663665
"__random/bernoulli_distribution.h",
664666
"__random/binomial_distribution.h",
665667
"__random/cauchy_distribution.h",

0 commit comments

Comments
 (0)