[llvm] 528a9e4 - [gn build] Port 7ace54e64bb6
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Mon May 15 14:54:48 PDT 2023
Author: LLVM GN Syncbot
Date: 2023-05-15T21:49:25Z
New Revision: 528a9e46bd2fb57ac854b591f68421fe1b050cfb
URL: https://github.com/llvm/llvm-project/commit/528a9e46bd2fb57ac854b591f68421fe1b050cfb
DIFF: https://github.com/llvm/llvm-project/commit/528a9e46bd2fb57ac854b591f68421fe1b050cfb.diff
LOG: [gn build] Port 7ace54e64bb6
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 a84117ede83a..e9a8f8341aea 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -153,6 +153,7 @@ if (current_toolchain == default_toolchain) {
"__algorithm/pstl_backends/cpu_backends/for_each.h",
"__algorithm/pstl_backends/cpu_backends/serial.h",
"__algorithm/pstl_backends/cpu_backends/transform.h",
+ "__algorithm/pstl_copy.h",
"__algorithm/pstl_fill.h",
"__algorithm/pstl_find.h",
"__algorithm/pstl_for_each.h",
More information about the llvm-commits
mailing list