[llvm] 57751e6 - [gn build] Port 2a06757a200c

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 12 14:57:25 PST 2023


Author: LLVM GN Syncbot
Date: 2023-02-12T22:51:56Z
New Revision: 57751e60e34ee3ea5ac7990dba34e6be5f792d3c

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

LOG: [gn build] Port 2a06757a200c

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 55275259a322d..a36f186537be1 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -119,6 +119,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/iter_swap.h",
       "__algorithm/iterator_operations.h",
       "__algorithm/lexicographical_compare.h",
+      "__algorithm/lexicographical_compare_three_way.h",
       "__algorithm/lower_bound.h",
       "__algorithm/make_heap.h",
       "__algorithm/make_projected.h",
@@ -258,6 +259,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/stable_partition.h",
       "__algorithm/stable_sort.h",
       "__algorithm/swap_ranges.h",
+      "__algorithm/three_way_comp_ref_type.h",
       "__algorithm/transform.h",
       "__algorithm/uniform_random_bit_generator_adaptor.h",
       "__algorithm/unique.h",


        


More information about the llvm-commits mailing list