From 57751e60e34ee3ea5ac7990dba34e6be5f792d3c Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Sun, 12 Feb 2023 22:51:56 +0000 Subject: [PATCH] [gn build] Port 2a06757a200c --- llvm/utils/gn/secondary/libcxx/include/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn index 5527525..a36f186 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", -- 2.7.4