[llvm] ce357fd - [gn build] Port 824391693cbb
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Mon May 1 09:09:53 PDT 2023
Author: LLVM GN Syncbot
Date: 2023-05-01T16:04:47Z
New Revision: ce357fd4ee7f1f0b054d01166329b5b3d0d91441
URL: https://github.com/llvm/llvm-project/commit/ce357fd4ee7f1f0b054d01166329b5b3d0d91441
DIFF: https://github.com/llvm/llvm-project/commit/ce357fd4ee7f1f0b054d01166329b5b3d0d91441.diff
LOG: [gn build] Port 824391693cbb
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 78d4f0d2198c..d189233c1d50 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -145,6 +145,7 @@ if (current_toolchain == default_toolchain) {
"__algorithm/pop_heap.h",
"__algorithm/prev_permutation.h",
"__algorithm/pstl_any_all_none_of.h",
+ "__algorithm/pstl_find.h",
"__algorithm/pstl_for_each.h",
"__algorithm/push_heap.h",
"__algorithm/ranges_adjacent_find.h",
More information about the llvm-commits
mailing list