[llvm] 75f6a10 - [gn build] Port 6bdb64223473

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 2 22:40:01 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-08-03T05:36:28Z
New Revision: 75f6a10d5230ab51cab8c960fff6588f227f6afa

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

LOG: [gn build] Port 6bdb64223473

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 7a0c305b8d4e..f441704266a1 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_
diff erence.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",


        


More information about the llvm-commits mailing list