[llvm] fce318a - [gn build] Port 205175578e0d

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon May 15 11:34:55 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-05-15T18:29:43Z
New Revision: fce318ae4fa06334b14ef26c7e52a6b3cd7258d4

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

LOG: [gn build] Port 205175578e0d

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 5a928fda1666..e9a8f8341aea 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -241,6 +241,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/ranges_sort_heap.h",
       "__algorithm/ranges_stable_partition.h",
       "__algorithm/ranges_stable_sort.h",
+      "__algorithm/ranges_starts_with.h",
       "__algorithm/ranges_swap_ranges.h",
       "__algorithm/ranges_transform.h",
       "__algorithm/ranges_unique.h",


        


More information about the llvm-commits mailing list