[llvm] 959e2f0 - [gn build] Port f83d833e41d7

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 18 05:49:07 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-03-18T12:43:27Z
New Revision: 959e2f00b0f6f535ebdbee9b46a2c3d32f74f06c

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

LOG: [gn build] Port f83d833e41d7

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 0544010a09a0c..e22dd85b30e26 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -125,6 +125,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/ranges_find_if.h",
       "__algorithm/ranges_find_if_not.h",
       "__algorithm/ranges_max_element.h",
+      "__algorithm/ranges_min.h",
       "__algorithm/ranges_min_element.h",
       "__algorithm/ranges_mismatch.h",
       "__algorithm/ranges_swap_ranges.h",


        


More information about the llvm-commits mailing list