Skip to content

Commit

Permalink
[gn build] Port a0efb17
Browse files Browse the repository at this point in the history
  • Loading branch information
llvmgnsyncbot committed Dec 1, 2021
1 parent a0efb17 commit bab21a4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions llvm/utils/gn/secondary/libcxx/include/BUILD.gn
Expand Up @@ -298,6 +298,19 @@ if (current_toolchain == default_toolchain) {
"__mutex_base",
"__node_handle",
"__nullptr",
"__numeric/accumulate.h",
"__numeric/adjacent_difference.h",
"__numeric/exclusive_scan.h",
"__numeric/gcd_lcm.h",
"__numeric/inclusive_scan.h",
"__numeric/inner_product.h",
"__numeric/iota.h",
"__numeric/midpoint.h",
"__numeric/partial_sum.h",
"__numeric/reduce.h",
"__numeric/transform_exclusive_scan.h",
"__numeric/transform_inclusive_scan.h",
"__numeric/transform_reduce.h",
"__random/bernoulli_distribution.h",
"__random/binomial_distribution.h",
"__random/cauchy_distribution.h",
Expand Down

0 comments on commit bab21a4

Please sign in to comment.