[llvm] 448ad65 - [gn build] Port 0218ea4aaa54

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 18 12:17:59 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-09-18T19:11:58Z
New Revision: 448ad65d3d5b5b44e898873b79eef4e4295d3768

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

LOG: [gn build] Port 0218ea4aaa54

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 5ee900fff596463..e48a428a8f9b0f8 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -184,6 +184,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/ranges_copy_n.h",
       "__algorithm/ranges_count.h",
       "__algorithm/ranges_count_if.h",
+      "__algorithm/ranges_ends_with.h",
       "__algorithm/ranges_equal.h",
       "__algorithm/ranges_equal_range.h",
       "__algorithm/ranges_fill.h",


        


More information about the llvm-commits mailing list