[llvm] 2c0e152 - [gn build] Port 7a3b528e1b54

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 6 08:57:38 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-06-06T15:51:54Z
New Revision: 2c0e152436c78aee3830d5f8003071532f7c8aac

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

LOG: [gn build] Port 7a3b528e1b54

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


        


More information about the llvm-commits mailing list