[llvm] c9d14b2 - [gn build] Port ade9c3bdca2c

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon May 1 14:35:17 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-05-01T21:30:38Z
New Revision: c9d14b23292979a9b3846cd55e2fc4d96b20f33f

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

LOG: [gn build] Port ade9c3bdca2c

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 6210903d6697..c44f64ba041c 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_fill.h",
       "__algorithm/pstl_find.h",
       "__algorithm/pstl_for_each.h",
       "__algorithm/push_heap.h",


        


More information about the llvm-commits mailing list