[llvm] 17c8119 - [gn build] Port 94c7b89fe5b0

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 1 16:39:57 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-07-01T23:35:58Z
New Revision: 17c811956464afcdb6702cf22d91a4667493c948

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

LOG: [gn build] Port 94c7b89fe5b0

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 ab343f86254f2..db8130181a002 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -178,6 +178,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/ranges_replace_if.h",
       "__algorithm/ranges_reverse.h",
       "__algorithm/ranges_sort.h",
+      "__algorithm/ranges_stable_sort.h",
       "__algorithm/ranges_swap_ranges.h",
       "__algorithm/ranges_transform.h",
       "__algorithm/ranges_upper_bound.h",


        


More information about the llvm-commits mailing list