From: LLVM GN Syncbot Date: Wed, 3 Aug 2022 05:36:28 +0000 (+0000) Subject: [gn build] Port 6bdb64223473 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=75f6a10d5230ab51cab8c960fff6588f227f6afa;p=platform%2Fupstream%2Fllvm.git [gn build] Port 6bdb64223473 --- diff --git a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn index 7a0c305..f441704 100644 --- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn +++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn @@ -202,6 +202,7 @@ if (current_toolchain == default_toolchain) { "__algorithm/ranges_reverse.h", "__algorithm/ranges_reverse_copy.h", "__algorithm/ranges_rotate_copy.h", + "__algorithm/ranges_sample.h", "__algorithm/ranges_search.h", "__algorithm/ranges_search_n.h", "__algorithm/ranges_set_difference.h", @@ -247,6 +248,7 @@ if (current_toolchain == default_toolchain) { "__algorithm/stable_sort.h", "__algorithm/swap_ranges.h", "__algorithm/transform.h", + "__algorithm/uniform_random_bit_generator_adaptor.h", "__algorithm/unique.h", "__algorithm/unique_copy.h", "__algorithm/unwrap_iter.h",