[llvm] f07e87d - [gn build] Port 37e5baf318b1

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 20 14:55:49 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-07-20T21:50:59Z
New Revision: f07e87d7b21a30d17ea03b374ad06dd9e113947f

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

LOG: [gn build] Port 37e5baf318b1

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 b4deba43edab99..f5be5813b75ff8 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -165,6 +165,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/pstl_is_partitioned.h",
       "__algorithm/pstl_merge.h",
       "__algorithm/pstl_replace.h",
+      "__algorithm/pstl_sort.h",
       "__algorithm/pstl_stable_sort.h",
       "__algorithm/pstl_transform.h",
       "__algorithm/push_heap.h",


        


More information about the llvm-commits mailing list