[llvm] 42ed675 - [gn build] Port 51131edf83e4
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 6 08:57:36 PDT 2023
Author: LLVM GN Syncbot
Date: 2023-06-06T15:51:54Z
New Revision: 42ed6751bc0faa2c8f21a6ef02f456edb1d76adc
URL: https://github.com/llvm/llvm-project/commit/42ed6751bc0faa2c8f21a6ef02f456edb1d76adc
DIFF: https://github.com/llvm/llvm-project/commit/42ed6751bc0faa2c8f21a6ef02f456edb1d76adc.diff
LOG: [gn build] Port 51131edf83e4
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 d21e3ea5f86bb..ebfe7d41c4149 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -166,6 +166,7 @@ if (current_toolchain == default_toolchain) {
"__algorithm/pstl_for_each.h",
"__algorithm/pstl_frontend_dispatch.h",
"__algorithm/pstl_merge.h",
+ "__algorithm/pstl_replace.h",
"__algorithm/pstl_stable_sort.h",
"__algorithm/pstl_transform.h",
"__algorithm/push_heap.h",
More information about the llvm-commits
mailing list