Skip to content

Commit b354028

Browse files
committed
[gn build] Port b97859b
1 parent 98f59b2 commit b354028

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,10 @@ if (current_toolchain == default_toolchain) {
146146
"__algorithm/pstl_any_all_none_of.h",
147147
"__algorithm/pstl_backend.h",
148148
"__algorithm/pstl_backends/cpu_backend.h",
149+
"__algorithm/pstl_backends/cpu_backends/any_of.h",
149150
"__algorithm/pstl_backends/cpu_backends/backend.h",
151+
"__algorithm/pstl_backends/cpu_backends/fill.h",
152+
"__algorithm/pstl_backends/cpu_backends/find_if.h",
150153
"__algorithm/pstl_backends/cpu_backends/for_each.h",
151154
"__algorithm/pstl_backends/cpu_backends/serial.h",
152155
"__algorithm/pstl_fill.h",
@@ -612,7 +615,6 @@ if (current_toolchain == default_toolchain) {
612615
"__pstl/internal/parallel_backend_serial.h",
613616
"__pstl/internal/parallel_backend_tbb.h",
614617
"__pstl/internal/parallel_backend_utils.h",
615-
"__pstl/internal/parallel_impl.h",
616618
"__pstl/internal/unseq_backend_simd.h",
617619
"__pstl/internal/utils.h",
618620
"__random/bernoulli_distribution.h",

0 commit comments

Comments
 (0)