[llvm] dda208c - [gn build] Port 7d426a392f73

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 11 12:21:08 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-07-11T19:17:30Z
New Revision: dda208c51e6a43322412a08d09ef6dca0633df63

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

LOG: [gn build] Port 7d426a392f73

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 99c4734e0e7bb..8733fbe8a655e 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -183,6 +183,8 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/ranges_replace.h",
       "__algorithm/ranges_replace_if.h",
       "__algorithm/ranges_reverse.h",
+      "__algorithm/ranges_reverse_copy.h",
+      "__algorithm/ranges_rotate_copy.h",
       "__algorithm/ranges_set_
diff erence.h",
       "__algorithm/ranges_set_intersection.h",
       "__algorithm/ranges_sort.h",


        


More information about the llvm-commits mailing list