[llvm] 2cd4dc5 - [gn build] Port 3a7876f6e2b0
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 15 12:21:49 PDT 2023
Author: LLVM GN Syncbot
Date: 2023-06-15T19:11:21Z
New Revision: 2cd4dc59792578f833b838e3c9a376a4bcafc568
URL: https://github.com/llvm/llvm-project/commit/2cd4dc59792578f833b838e3c9a376a4bcafc568
DIFF: https://github.com/llvm/llvm-project/commit/2cd4dc59792578f833b838e3c9a376a4bcafc568.diff
LOG: [gn build] Port 3a7876f6e2b0
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 aa42e7a3bdbc8..b9e2731eb439c 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -165,6 +165,7 @@ if (current_toolchain == default_toolchain) {
"__algorithm/pstl_for_each.h",
"__algorithm/pstl_frontend_dispatch.h",
"__algorithm/pstl_generate.h",
+ "__algorithm/pstl_is_partitioned.h",
"__algorithm/pstl_merge.h",
"__algorithm/pstl_replace.h",
"__algorithm/pstl_stable_sort.h",
More information about the llvm-commits
mailing list