[llvm] ef44588 - [gn build] Port afd5a4f2dcd6

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 15 15:00:42 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-06-15T21:57:03Z
New Revision: ef44588202abb3e478d4727b50abce3f3f1fcdba

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

LOG: [gn build] Port afd5a4f2dcd6

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 c3edc5806169f..2ce97aedf95e0 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -161,6 +161,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/ranges_is_partitioned.h",
       "__algorithm/ranges_is_sorted.h",
       "__algorithm/ranges_is_sorted_until.h",
+      "__algorithm/ranges_lexicographical_compare.h",
       "__algorithm/ranges_lower_bound.h",
       "__algorithm/ranges_max.h",
       "__algorithm/ranges_max_element.h",


        


More information about the llvm-commits mailing list