[llvm] e21c1b4 - [gn build] Port 916e9052ba95

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 8 03:22:51 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-06-08T10:19:18Z
New Revision: e21c1b470672fd21862349c659361ee6a439a637

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

LOG: [gn build] Port 916e9052ba95

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 c094a64c7a79f..46a1c7aed0414 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -123,6 +123,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/pop_heap.h",
       "__algorithm/prev_permutation.h",
       "__algorithm/push_heap.h",
+      "__algorithm/ranges_adjacent_find.h",
       "__algorithm/ranges_all_of.h",
       "__algorithm/ranges_any_of.h",
       "__algorithm/ranges_binary_search.h",


        


More information about the llvm-commits mailing list