[llvm] 08dcd4c - [gn build] Port 6851d078c54e
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Mon May 15 10:03:56 PDT 2023
Author: LLVM GN Syncbot
Date: 2023-05-15T16:58:34Z
New Revision: 08dcd4c01ee7c67df1b004fbeafea98eb8129f26
URL: https://github.com/llvm/llvm-project/commit/08dcd4c01ee7c67df1b004fbeafea98eb8129f26
DIFF: https://github.com/llvm/llvm-project/commit/08dcd4c01ee7c67df1b004fbeafea98eb8129f26.diff
LOG: [gn build] Port 6851d078c54e
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 c9867ccc547a..700f01b9c5c7 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -152,10 +152,12 @@ if (current_toolchain == default_toolchain) {
"__algorithm/pstl_backends/cpu_backends/find_if.h",
"__algorithm/pstl_backends/cpu_backends/for_each.h",
"__algorithm/pstl_backends/cpu_backends/serial.h",
+ "__algorithm/pstl_backends/cpu_backends/transform.h",
"__algorithm/pstl_fill.h",
"__algorithm/pstl_find.h",
"__algorithm/pstl_for_each.h",
"__algorithm/pstl_frontend_dispatch.h",
+ "__algorithm/pstl_transform.h",
"__algorithm/push_heap.h",
"__algorithm/ranges_adjacent_find.h",
"__algorithm/ranges_all_of.h",
More information about the llvm-commits
mailing list