[llvm] a543e14 - [gn build] Port 68ee014b15d3

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 30 13:32:24 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-04-30T20:27:26Z
New Revision: a543e1425079f8b6ee1744f58ac64df6f0fea7f7

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

LOG: [gn build] Port 68ee014b15d3

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 2f5e48f7820a6..78d4f0d2198c0 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_for_each.h",
       "__algorithm/push_heap.h",
       "__algorithm/ranges_adjacent_find.h",
       "__algorithm/ranges_all_of.h",


        


More information about the llvm-commits mailing list