[llvm] af41955 - [gn build] Port 2c3bbac0c715

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 23 04:57:08 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-06-23T11:53:18Z
New Revision: af41955a49725c8ddc69d94b1874bbbbd608729e

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

LOG: [gn build] Port 2c3bbac0c715

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 a5911f7c3b95b..115a2e5496778 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -171,6 +171,8 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/ranges_minmax.h",
       "__algorithm/ranges_minmax_element.h",
       "__algorithm/ranges_mismatch.h",
+      "__algorithm/ranges_move.h",
+      "__algorithm/ranges_move_backward.h",
       "__algorithm/ranges_none_of.h",
       "__algorithm/ranges_replace.h",
       "__algorithm/ranges_replace_if.h",


        


More information about the llvm-commits mailing list