[llvm] 7e8bf0a - [gn build] Port 68264b649461

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 2 22:50:00 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-08-03T05:46:25Z
New Revision: 7e8bf0a32048746b445e091283e598624fce2dcf

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

LOG: [gn build] Port 68264b649461

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 f441704266a1..e704c6b055a4 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -182,6 +182,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/ranges_mismatch.h",
       "__algorithm/ranges_move.h",
       "__algorithm/ranges_move_backward.h",
+      "__algorithm/ranges_next_permutation.h",
       "__algorithm/ranges_none_of.h",
       "__algorithm/ranges_nth_element.h",
       "__algorithm/ranges_partial_sort.h",
@@ -190,6 +191,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/ranges_partition_copy.h",
       "__algorithm/ranges_partition_point.h",
       "__algorithm/ranges_pop_heap.h",
+      "__algorithm/ranges_prev_permutation.h",
       "__algorithm/ranges_push_heap.h",
       "__algorithm/ranges_remove.h",
       "__algorithm/ranges_remove_copy.h",


        


More information about the llvm-commits mailing list