[llvm] 10e422d - [gn build] Port d51a84b4059c

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 1 15:17:12 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-06-01T22:11:58Z
New Revision: 10e422dd450269e6148e77c6afe3cbddab1c9f74

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

LOG: [gn build] Port d51a84b4059c

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 8cc8aa64ac617..c94ba37ecc96c 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -156,6 +156,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/pstl_backends/cpu_backends/for_each.h",
       "__algorithm/pstl_backends/cpu_backends/merge.h",
       "__algorithm/pstl_backends/cpu_backends/serial.h",
+      "__algorithm/pstl_backends/cpu_backends/stable_sort.h",
       "__algorithm/pstl_backends/cpu_backends/thread.h",
       "__algorithm/pstl_backends/cpu_backends/transform.h",
       "__algorithm/pstl_backends/cpu_backends/transform_reduce.h",
@@ -165,6 +166,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/pstl_for_each.h",
       "__algorithm/pstl_frontend_dispatch.h",
       "__algorithm/pstl_merge.h",
+      "__algorithm/pstl_stable_sort.h",
       "__algorithm/pstl_transform.h",
       "__algorithm/push_heap.h",
       "__algorithm/ranges_adjacent_find.h",


        


More information about the llvm-commits mailing list