[llvm] 5b0e96a - [gn build] Port 5dd19ada571b

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 19 20:20:27 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-07-20T03:15:57Z
New Revision: 5b0e96a8ff7420454bb68fa4dc064db829a80641

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

LOG: [gn build] Port 5dd19ada571b

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 6d26feef46f51..a790cf24d2082 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -183,6 +183,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/ranges_move_backward.h",
       "__algorithm/ranges_none_of.h",
       "__algorithm/ranges_nth_element.h",
+      "__algorithm/ranges_partial_sort.h",
       "__algorithm/ranges_partial_sort_copy.h",
       "__algorithm/ranges_partition.h",
       "__algorithm/ranges_partition_copy.h",


        


More information about the llvm-commits mailing list