[llvm] 3912928 - [gn build] Port 25607d143d1d

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 4 05:48:38 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-07-04T12:44:50Z
New Revision: 3912928aa89109adc962034e8583bd3056313b45

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

LOG: [gn build] Port 25607d143d1d

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 6bed88ff0acf6..06f1825c4616b 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -166,6 +166,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/ranges_lower_bound.h",
       "__algorithm/ranges_max.h",
       "__algorithm/ranges_max_element.h",
+      "__algorithm/ranges_merge.h",
       "__algorithm/ranges_min.h",
       "__algorithm/ranges_min_element.h",
       "__algorithm/ranges_minmax.h",


        


More information about the llvm-commits mailing list