[llvm] 4aeb7a0 - [gn build] Port d2a46e6480f3

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 22 01:32:07 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-10-22T08:26:17Z
New Revision: 4aeb7a0f5e35b692bcd83ac5b0005e4e4d007d24

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

LOG: [gn build] Port d2a46e6480f3

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


        


More information about the llvm-commits mailing list