Skip to content

Commit 79fadde

Browse files
committed
[gn build] Port bf63b15
1 parent 0016141 commit 79fadde

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ if (current_toolchain == default_toolchain) {
153153
"__algorithm/pstl_backends/cpu_backends/fill.h",
154154
"__algorithm/pstl_backends/cpu_backends/find_if.h",
155155
"__algorithm/pstl_backends/cpu_backends/for_each.h",
156+
"__algorithm/pstl_backends/cpu_backends/merge.h",
156157
"__algorithm/pstl_backends/cpu_backends/serial.h",
157158
"__algorithm/pstl_backends/cpu_backends/thread.h",
158159
"__algorithm/pstl_backends/cpu_backends/transform.h",
@@ -161,6 +162,7 @@ if (current_toolchain == default_toolchain) {
161162
"__algorithm/pstl_find.h",
162163
"__algorithm/pstl_for_each.h",
163164
"__algorithm/pstl_frontend_dispatch.h",
165+
"__algorithm/pstl_merge.h",
164166
"__algorithm/pstl_transform.h",
165167
"__algorithm/push_heap.h",
166168
"__algorithm/ranges_adjacent_find.h",

0 commit comments

Comments
 (0)