[llvm] f90cbfe - [gn build] Port ff6d5dee713c

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 10 03:41:28 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-06-10T10:37:02Z
New Revision: f90cbfe4fd6c7dde798b4652d9bc3fd9b9c89e66

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

LOG: [gn build] Port ff6d5dee713c

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 34fe1e158794..5ffdf2c57902 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -169,6 +169,8 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/ranges_minmax_element.h",
       "__algorithm/ranges_mismatch.h",
       "__algorithm/ranges_none_of.h",
+      "__algorithm/ranges_replace.h",
+      "__algorithm/ranges_replace_if.h",
       "__algorithm/ranges_reverse.h",
       "__algorithm/ranges_swap_ranges.h",
       "__algorithm/ranges_transform.h",


        


More information about the llvm-commits mailing list