[llvm] 6d74721 - [gn build] Port 37ba1b9d1ac7

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri May 6 07:00:29 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-05-06T13:54:40Z
New Revision: 6d74721a0787af977319e66328788803a7d1dc07

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

LOG: [gn build] Port 37ba1b9d1ac7

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 413716768c659..3eb7f0e5d982a 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -133,6 +133,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/ranges_find_if_not.h",
       "__algorithm/ranges_for_each.h",
       "__algorithm/ranges_for_each_n.h",
+      "__algorithm/ranges_is_partitioned.h",
       "__algorithm/ranges_max.h",
       "__algorithm/ranges_max_element.h",
       "__algorithm/ranges_min.h",


        


More information about the llvm-commits mailing list