[llvm] 51f6358 - [gn build] Port 569d6630204d

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu May 26 01:55:00 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-05-26T08:51:13Z
New Revision: 51f63589aec0a3960918bfad1146ebd20f213950

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

LOG: [gn build] Port 569d6630204d

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 4e7861d3a8b2b..f3e3e89bdd5c0 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -128,6 +128,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/ranges_copy_n.h",
       "__algorithm/ranges_count.h",
       "__algorithm/ranges_count_if.h",
+      "__algorithm/ranges_equal.h",
       "__algorithm/ranges_fill.h",
       "__algorithm/ranges_fill_n.h",
       "__algorithm/ranges_find.h",


        


More information about the llvm-commits mailing list