[llvm] fee61d5 - [gn build] Port b049fc0481bc
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Mon May 15 10:43:57 PDT 2023
Author: LLVM GN Syncbot
Date: 2023-05-15T17:38:45Z
New Revision: fee61d50ab9411c5b07b5e3e4410109122979981
URL: https://github.com/llvm/llvm-project/commit/fee61d50ab9411c5b07b5e3e4410109122979981
DIFF: https://github.com/llvm/llvm-project/commit/fee61d50ab9411c5b07b5e3e4410109122979981.diff
LOG: [gn build] Port b049fc0481bc
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 700f01b9c5c7..5a928fda1666 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