Skip to content

Commit e1f6e40

Browse files
committed
[gn build] Port 475cbf0
1 parent 06bf7a9 commit e1f6e40

File tree

1 file changed

+2
-0
lines changed
  • llvm/utils/gn/secondary/libcxx/include

1 file changed

+2
-0
lines changed

llvm/utils/gn/secondary/libcxx/include/BUILD.gn

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ if (current_toolchain == default_toolchain) {
132132
"__algorithm/next_permutation.h",
133133
"__algorithm/none_of.h",
134134
"__algorithm/nth_element.h",
135+
"__algorithm/out_value_result.h",
135136
"__algorithm/partial_sort.h",
136137
"__algorithm/partial_sort_copy.h",
137138
"__algorithm/partition.h",
@@ -1701,6 +1702,7 @@ if (current_toolchain == default_toolchain) {
17011702
"__numeric/midpoint.h",
17021703
"__numeric/partial_sum.h",
17031704
"__numeric/pstl.h",
1705+
"__numeric/ranges_iota.h",
17041706
"__numeric/reduce.h",
17051707
"__numeric/saturation_arithmetic.h",
17061708
"__numeric/transform_exclusive_scan.h",

0 commit comments

Comments
 (0)