[llvm] 4343c4e - [gn build] Port 5d7f346bd398

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 24 05:23:45 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-10-24T12:16:30Z
New Revision: 4343c4e25bbf827b6884b46c9f2af27d56a59d61

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

LOG: [gn build] Port 5d7f346bd398

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 f350303068a6ecb..8766740a9ce83a4 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -170,6 +170,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/pstl_merge.h",
       "__algorithm/pstl_move.h",
       "__algorithm/pstl_replace.h",
+      "__algorithm/pstl_rotate_copy.h",
       "__algorithm/pstl_sort.h",
       "__algorithm/pstl_stable_sort.h",
       "__algorithm/pstl_transform.h",


        


More information about the llvm-commits mailing list