[llvm] ec76d39 - [gn build] Port ed27a4edb038

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 28 13:13:54 PST 2023


Author: LLVM GN Syncbot
Date: 2023-11-28T21:04:44Z
New Revision: ec76d3975c42cb4906fe6e2b555f720d097cc49f

URL: https://github.com/llvm/llvm-project/commit/ec76d3975c42cb4906fe6e2b555f720d097cc49f
DIFF: https://github.com/llvm/llvm-project/commit/ec76d3975c42cb4906fe6e2b555f720d097cc49f.diff

LOG: [gn build] Port ed27a4edb038

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 0e3a264fc185728..349e57c4ad5b611 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -155,6 +155,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/pstl_backends/cpu_backends/transform_reduce.h",
       "__algorithm/pstl_copy.h",
       "__algorithm/pstl_count.h",
+      "__algorithm/pstl_equal.h",
       "__algorithm/pstl_fill.h",
       "__algorithm/pstl_find.h",
       "__algorithm/pstl_for_each.h",


        


More information about the llvm-commits mailing list