[llvm] e1f6e40 - [gn build] Port 475cbf0ad6e7

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 7 13:09:53 PDT 2025


Author: LLVM GN Syncbot
Date: 2025-04-07T20:01:31Z
New Revision: e1f6e40b282aef17e35de62f14e7b57b487fe2bc

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

LOG: [gn build] Port 475cbf0ad6e7

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 b7c5ae08dd741..9e9e102468548 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -132,6 +132,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/next_permutation.h",
       "__algorithm/none_of.h",
       "__algorithm/nth_element.h",
+      "__algorithm/out_value_result.h",
       "__algorithm/partial_sort.h",
       "__algorithm/partial_sort_copy.h",
       "__algorithm/partition.h",
@@ -1701,6 +1702,7 @@ if (current_toolchain == default_toolchain) {
       "__numeric/midpoint.h",
       "__numeric/partial_sum.h",
       "__numeric/pstl.h",
+      "__numeric/ranges_iota.h",
       "__numeric/reduce.h",
       "__numeric/saturation_arithmetic.h",
       "__numeric/transform_exclusive_scan.h",


        


More information about the llvm-commits mailing list